New package: python3-cli-ui-0.9.1

This commit is contained in:
Nathan Owens 2019-01-16 23:26:00 -06:00 committed by Helmut Pozimski
parent cf70ec2287
commit eef1801480

View file

@ -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 <ndowens04@gmail.com>"
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
}