diff --git a/srcpkgs/python3-tinyhtml5/template b/srcpkgs/python3-tinyhtml5/template new file mode 100644 index 00000000000..4b9fa41598c --- /dev/null +++ b/srcpkgs/python3-tinyhtml5/template @@ -0,0 +1,17 @@ +# Template file for 'python3-tinyhtml5' +pkgname=python3-tinyhtml5 +version=2.0.0 +revision=1 +build_style=python3-pep517 +hostmakedepends="python3-poetry-core python3-flit_core" +depends="python3-webencodings" +short_desc="HTML parser based on the WHATWG HTML specification" +maintainer="Andrew Benson " +license="MIT" +homepage="https://github.com/CourtBouillon/tinyhtml5" +distfiles="${PYPI_SITE}/t/tinyhtml5/tinyhtml5-${version}.tar.gz" +checksum=086f998833da24c300c414d9fe81d9b368fd04cb9d2596a008421cbc705fcfcc + +post_install() { + vlicense LICENSE +}