diff --git a/srcpkgs/python3-pyfavicon/template b/srcpkgs/python3-pyfavicon/template new file mode 100644 index 00000000000..720db698879 --- /dev/null +++ b/srcpkgs/python3-pyfavicon/template @@ -0,0 +1,23 @@ +# Template file for 'python3-pyfavicon' +pkgname=python3-pyfavicon +version=0.1.1 +revision=1 +archs=noarch +wrksrc=pyfavicon-$version +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-BeautifulSoup4 python3-Pillow python3-aiohttp" +checkdepends="$depends python3-pytest-cov python3-requests python3-docopt + python3-urllib3" +short_desc="Async favicon fetcher for Python" +maintainer="Đoàn Trần Công Danh " +license="MIT" +homepage="https://github.com/bilelmoussaoui/pyfavicon" +# pypi tarbal doesn't have license +# distfiles="$PYPI_SITE/p/pyfavicon/pyfavicon-$version.tar.gz" +distfiles="$homepage/archive/$version.tar.gz" +checksum=7bd832c3b131a13789492909d5000dc3993ad54939615577f1545c53aa10f88f + +post_install() { + vlicense LICENSE +}