18 lines
548 B
Bash
18 lines
548 B
Bash
# Template file for 'python3-cli-ui'
|
|
pkgname=python3-cli-ui
|
|
version=0.11.0
|
|
revision=3
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-colorama python3-tabulate python3-Unidecode"
|
|
short_desc="Tools for better command line interfaces"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://pypi.org/project/cli-ui"
|
|
distfiles="${PYPI_SITE}/c/cli-ui/cli-ui-${version}.tar.gz"
|
|
checksum=f73b5ca388404829e8a3f537f0fc85be6bf20979ac18356fc520d989c0ccd230
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|