mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 15:13:51 +02:00
parent
3362aa830b
commit
9ae59d5490
1 changed files with 20 additions and 0 deletions
20
srcpkgs/python3-cmdln/template
Normal file
20
srcpkgs/python3-cmdln/template
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# Template file for 'python3-cmdln'
|
||||||
|
pkgname=python3-cmdln
|
||||||
|
version=2.0.0
|
||||||
|
revision=1
|
||||||
|
noarch=yes
|
||||||
|
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
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue