diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template new file mode 100644 index 0000000000..5b02548be8 --- /dev/null +++ b/srcpkgs/python3-uritools/template @@ -0,0 +1,18 @@ +# Template file for 'python3-uritools' +pkgname=python3-uritools +version=3.0.0 +revision=1 +wrksrc="uritools-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +depends="python3-setuptools" +short_desc="URI parsing, classification and composition" +maintainer="Nick Hahn " +license="MIT" +homepage="https://github.com/tkem/uritools/" +distfiles="https://github.com/tkem/uritools/archive/v${version}.tar.gz" +checksum=1d221acf7aea96d1b6c87ecdf5273ef6ced3a49887b427081f83cf5bcc2cc7c9 + +post_install() { + vlicense LICENSE +}