20 lines
702 B
Bash
20 lines
702 B
Bash
# Template file for 'python3-cli_helpers'
|
|
pkgname=python3-cli_helpers
|
|
version=2.2.1
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-configobj python3-tabulate"
|
|
checkdepends="python3-pytest ${depends}"
|
|
short_desc="Python helpers for building command-line apps"
|
|
maintainer="Aluísio Augusto Silva Gonçalves <aluisio@aasg.name>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/dbcli/cli_helpers"
|
|
changelog="https://raw.githubusercontent.com/dbcli/cli_helpers/main/CHANGELOG"
|
|
distfiles="${PYPI_SITE}/c/cli_helpers/cli_helpers-${version}.tar.gz"
|
|
checksum=0ccc1cfcda1ac64dc7ed83d7013055cf19e5979d29e56c21f3b692de01555aae
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|