From e3080e9d616ca56e5648af689170093324909e6d Mon Sep 17 00:00:00 2001 From: linarcx Date: Sat, 14 Mar 2020 22:01:25 +0330 Subject: [PATCH] New package: python3-path-and-address-2.0.1 --- srcpkgs/python3-path-and-address/template | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 srcpkgs/python3-path-and-address/template 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 +}