We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71c4ea4 commit 123a003Copy full SHA for 123a003
1 file changed
srcpkgs/python3-ebooklib/template
@@ -0,0 +1,18 @@
1
+# Template file for 'python3-ebooklib'
2
+pkgname=python3-ebooklib
3
+version=0.20
4
+revision=1
5
+build_style=python3-pep517
6
+hostmakedepends="python3-setuptools python3-wheel"
7
+makedepends="python3-devel"
8
+depends="python3-lxml python3-six"
9
+short_desc="Versatile Python library for EPUB manipulation and processing"
10
+maintainer="Hendrik Boll <fanyx@posteo.net>"
11
+license="AGPL-3.0-or-later"
12
+homepage="https://github.com/aerkalov/ebooklib"
13
+distfiles="https://github.com/aerkalov/ebooklib/archive/refs/tags/v${version}.tar.gz"
14
+checksum=b8dc574bf675e4832e69ef13514d4578d547f85619db6dbf5d0428e999838377
15
+
16
+post_install() {
17
+ vlicense LICENSE.txt
18
+}
0 commit comments