20 lines
689 B
Bash
20 lines
689 B
Bash
# Template file for 'python3-cli_helpers'
|
|
pkgname=python3-cli_helpers
|
|
version=2.3.0
|
|
revision=2
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-configobj python3-tabulate python3-Pygments"
|
|
checkdepends="python3-pytest ${depends}"
|
|
short_desc="Python helpers for building command-line apps"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://cli-helpers.rtfd.io/"
|
|
changelog="https://raw.githubusercontent.com/dbcli/cli_helpers/main/CHANGELOG"
|
|
distfiles="${PYPI_SITE}/c/cli_helpers/cli_helpers-${version}.tar.gz"
|
|
checksum=e7174d003a2b58fd3e31a73fbbc45d5aa513de62cbd42d437f78b9658bd5f967
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|