classabbyamp 4d6972e024
*: orphan shizonic's packages
inactive as a maintainer for 3 years
2025-02-11 08:43:41 -05:00

18 lines
524 B
Bash

# Template file for 'python3-cmdln'
pkgname=python3-cmdln
version=2.0.0
revision=7
build_style=python3-module
hostmakedepends="python3-setuptools unzip"
depends="python3"
short_desc="Improved cmd.py for writing multi-command scripts and shells"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="http://github.com/trentm/cmdln"
distfiles="${PYPI_SITE}/c/cmdln/cmdln-${version}.zip"
checksum=9b036d89914b49f5f3166a8b3730729f17a7fb533f6a264947a8bbef016d7e20
post_install() {
vlicense LICENSE.txt LICENSE
}