diff --git a/srcpkgs/python3-tinycss/template b/srcpkgs/python3-tinycss/template new file mode 100644 index 00000000000..91fda6f808d --- /dev/null +++ b/srcpkgs/python3-tinycss/template @@ -0,0 +1,21 @@ +# Template file for 'python3-tinycss' +pkgname=python3-tinycss +version=0.4 +revision=1 +archs=noarch +wrksrc=tinycss-${version} +build_style=python3-module +pycompile_module="tinycss" +hostmakedepends="python3-setuptools" +makedepends="python3-devel" +depends="python3" +short_desc="Complete yet simple CSS parser for Python" +maintainer="mobinmob " +license="BSD-3-Clause" +homepage="https://tinycss.readthedocs.io/en/latest/" +distfiles="${PYPI_SITE}/t/tinycss/tinycss-${version}.tar.gz" +checksum=12306fb50e5e9e7eaeef84b802ed877488ba80e35c672867f548c0924a76716e + +post_install() { + vlicense LICENSE +}