21 lines
623 B
Bash
21 lines
623 B
Bash
# Template file for 'python3-cli-ui'
|
|
pkgname=python3-cli-ui
|
|
version=0.9.1
|
|
revision=2
|
|
noarch=yes
|
|
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=dac8da0839b161613b6a5f5045c917e8181f5065a423ab51805f43d9beb34962
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|