From 59f8ed5ed5b809aab8c3423dd6e1ada7c48720b4 Mon Sep 17 00:00:00 2001 From: Nick Hahn Date: Wed, 22 Jan 2020 15:16:48 +0100 Subject: [PATCH] New package: python3-uritools-3.0.0 --- srcpkgs/python3-uritools/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-uritools/template diff --git a/srcpkgs/python3-uritools/template b/srcpkgs/python3-uritools/template new file mode 100644 index 00000000000..5b02548be87 --- /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 +}