18 lines
505 B
Bash
18 lines
505 B
Bash
# Template file for 'python3-sh'
|
|
pkgname=python3-sh
|
|
version=1.14.1
|
|
revision=1
|
|
wrksrc="${pkgname#*-}-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3"
|
|
short_desc="Python subprocess replacement (Python3)"
|
|
maintainer="pulux <pulux@pf4sh.de>"
|
|
license="MIT"
|
|
homepage="https://github.com/amoffat/sh"
|
|
distfiles="${PYPI_SITE}/s/sh/sh-${version}.tar.gz"
|
|
checksum=39aa9af22f6558a0c5d132881cf43e34828ca03e4ae11114852ca6a55c7c1d8e
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt
|
|
}
|