void-packages/srcpkgs/python3-cli-ui/template
2019-12-23 18:04:52 +01:00

20 lines
626 B
Bash

# Template file for 'python3-cli-ui'
pkgname=python3-cli-ui
version=0.10.0
revision=2
archs=noarch
wrksrc="python-cli-ui-${version}"
build_style=python3-module
pycompile_module="cli_ui"
hostmakedepends="python3-setuptools"
depends="python3-colorama python3-tabulate python3-Unidecode"
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=522d0270fe23bf57493da6a3c98c2f3901ead1417d5de406a756fcbdd27ffcb4
post_install() {
vlicense LICENSE
}