blob: 15ed2f1775c2436bd18da6f0f4c35336c350c532 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Template file for 'epy'
pkgname=epy
version=2023.6.11
revision=3
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3"
checkdepends="python3-pytest"
short_desc="CLI ebook reader"
maintainer="Benjamín Albiñana <benalb@gmail.com>"
license="GPL-3.0-or-later"
homepage="https://github.com/wustho/epy"
distfiles="https://github.com/wustho/epy/archive/refs/tags/v${version}.tar.gz"
checksum=9f29b7fdc6312bc89adafd86acce93959b5d9eb62ea0a942c8d345c18ee5c87f
|