vp-build/srcpkgs/python3-cmdln/template

20 lines
576 B
Bash

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