void-packages/srcpkgs/python3-cli-ui/template

19 lines
602 B
Bash

# Template file for 'python3-cli-ui'
pkgname=python3-cli-ui
version=0.17.2
revision=1
build_style=python3-pep517
hostmakedepends="python3-poetry-core"
depends="python3-colorama python3-tabulate python3-Unidecode"
checkdepends="${depends} python3-pytest"
short_desc="Tools for better command line interfaces"
maintainer="Orphaned <orphan@voidlinux.org>"
license="BSD-3-Clause"
homepage="https://github.com/your-tools/python-cli-ui"
distfiles="${PYPI_SITE}/c/cli-ui/cli-ui-${version}.tar.gz"
checksum=2f67e50cf474e76ad160c3e660bbad98bf8b8dfb8d847765f3a261b7e13c05fa
post_install() {
vlicense LICENSE
}