void-packages/srcpkgs/python3-cli_helpers/template
2025-06-18 20:29:56 -04:00

19 lines
689 B
Bash

# Template file for 'python3-cli_helpers'
pkgname=python3-cli_helpers
version=2.4.0
revision=1
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=55903b705a212a473731db20fa26f58655e354078b99cb13c99ec06940287a4d
post_install() {
vlicense LICENSE
}