We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 123a003 commit bf4b8e4Copy full SHA for bf4b8e4
1 file changed
srcpkgs/python3-jxlpy/template
@@ -0,0 +1,18 @@
1
+# Template file for 'python3-jxlpy'
2
+pkgname=python3-jxlpy
3
+version=0.9.5
4
+revision=1
5
+build_style=python3-pep517
6
+hostmakedepends="python3-setuptools python3-wheel"
7
+makedepends="python3-devel python3-Cython libjxl-devel"
8
+depends="python3-Cython"
9
+short_desc="Cython bindings and Pillow plugin for JPEG XL"
10
+maintainer="Hendrik Boll <[email protected]>"
11
+license="MIT"
12
+homepage="https://github.com/olokelo/jxlpy"
13
+distfiles="https://github.com/olokelo/jxlpy/archive/refs/tags/${version}.tar.gz"
14
+checksum=a1884ce5ffc908d856a82b8acfa54ba2ed986533e9d50f00a512e5351bf9e7a3
15
+
16
+post_install() {
17
+ vlicense LICENSE
18
+}
0 commit comments