diff --git a/srcpkgs/python3-cli-ui/template b/srcpkgs/python3-cli-ui/template new file mode 100644 index 0000000000..b6a3a1e044 --- /dev/null +++ b/srcpkgs/python3-cli-ui/template @@ -0,0 +1,20 @@ +# Template file for 'python3-cli-ui' +pkgname=python3-cli-ui +version=0.9.1 +revision=1 +noarch=yes +wrksrc="python-cli-ui-${version}" +build_style=python3-module +pycompile_module="cli_ui" +hostmakedepends="python3-setuptools" +depends="python3" +short_desc="Tools for better command line interfaces" +maintainer="Nathan Owens " +license="BSD-3-Clause" +homepage="https://github.com/TankerHQ/python-cli-ui" +distfiles="${homepage}/archive/v${version}.tar.gz" +checksum=dac8da0839b161613b6a5f5045c917e8181f5065a423ab51805f43d9beb34962 + +post_install() { + vlicense LICENSE +}