diff --git a/srcpkgs/python3-brotlicffi/template b/srcpkgs/python3-brotlicffi/template new file mode 100644 index 00000000000000..0262f6cc889207 --- /dev/null +++ b/srcpkgs/python3-brotlicffi/template @@ -0,0 +1,18 @@ +# Template file for 'python3-brotlicffi' +pkgname=python3-brotlicffi +version=1.0.9.2 +revision=1 +wrksrc="brotlicffi-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools python3-wheel python3-pip" +makedepends="python3-devel python3-wheel libffi-devel" +short_desc="Python binding to the Brotli library" +maintainer="Alex Childs " +license="MIT" +homepage="https://github.com/python-hyper/brotlicffi/" +distfiles="${PYPI_SITE}/b/brotlicffi/brotlicffi-${version}.tar.gz" +checksum=0c248a68129d8fc6a217767406c731e498c3e19a7be05ea0a90c3c86637b7d96 + +post_install() { + vlicense LICENSE +}