void-packages/srcpkgs/python3-sh/template
2020-10-10 10:22:42 -04:00

18 lines
505 B
Bash

# Template file for 'python3-sh'
pkgname=python3-sh
version=1.14.0
revision=2
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=05c7e520cdf70f70a7228a03b589da9f96c6e0d06fc487ab21fc62b26a592e59
post_install() {
vlicense LICENSE.txt
}