diff --git a/srcpkgs/python3-path-and-address/template b/srcpkgs/python3-path-and-address/template new file mode 100644 index 00000000000..5c6825009ec --- /dev/null +++ b/srcpkgs/python3-path-and-address/template @@ -0,0 +1,18 @@ +# Template file for 'python3-path-and-address' +pkgname=python3-path-and-address +version=2.0.1 +revision=1 +archs=noarch +wrksrc="path-and-address-${version}" +build_style=python3-module +hostmakedepends="python3-setuptools" +short_desc="Functions for server CLI applications used by humans" +maintainer="linarcx " +license="MIT" +homepage="https://github.com/joeyespo/path-and-address" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=3bc53d385e4604576718429d8017a62e0a4df2915ff2ba5fb86f3ab67a411a03 + +post_install() { + vlicense LICENSE +}