diff --git a/srcpkgs/python3-pypng/template b/srcpkgs/python3-pypng/template new file mode 100644 index 00000000000..6ef365893c1 --- /dev/null +++ b/srcpkgs/python3-pypng/template @@ -0,0 +1,19 @@ +# Template file for 'python3-pypng' +pkgname=python3-pypng +version=0.20220715.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-setuptools python3-wheel" +depends="python3" +checkdepends="python3-pytest" +short_desc="Pure Python library for saving and loading PNG images" +maintainer="Joel Beckmeyer " +license="MIT" +homepage="https://gitlab.com/drj11/pypng" +distfiles="${PYPI_SITE}/p/pypng/pypng-${version}.tar.gz" +checksum=739c433ba96f078315de54c0db975aee537cbc3e1d0ae4ed9aab0ca1e427e2c1 +make_check_pre="env PYTHONPATH=code" + +post_install() { + vlicense LICENCE +}