19 lines
559 B
Bash
19 lines
559 B
Bash
# Template file for 'python3-ConfigArgParse'
|
|
pkgname=python3-ConfigArgParse
|
|
version=1.2.3
|
|
revision=2
|
|
wrksrc="ConfigArgParse-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Drop-in replacement for argparse"
|
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
|
license="MIT"
|
|
homepage="https://github.com/bw2/ConfigArgParse"
|
|
distfiles="${PYPI_SITE}/C/ConfigArgParse/ConfigArgParse-${version}.tar.gz"
|
|
checksum=edd17be986d5c1ba2e307150b8e5f5107aba125f3574dddd02c85d5cdcfd37dc
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|