21 lines
688 B
Bash
21 lines
688 B
Bash
# Template file for 'python3-chroot'
|
|
pkgname=python3-chroot
|
|
version=0.10.1
|
|
revision=1
|
|
wrksrc="pychroot-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools python3-snakeoil"
|
|
depends="python3-snakeoil"
|
|
short_desc="Python3 Library and CLI tool that simplify chroot handling"
|
|
maintainer="Toyam Cox <Vaelatern@voidlinux.org>"
|
|
license="BSD-3-Clause"
|
|
homepage="https://github.com/pkgcore/pychroot"
|
|
#changelog="https://github.com/pkgcore/pychroot/blob/master/NEWS.rst"
|
|
distfiles="${PYPI_SITE}/p/pychroot/pychroot-${version}.tar.gz"
|
|
checksum=10b2d5195062d110df8e28bcdb1d79d1e8109fb77a226455ab2df6b40e7ff289
|
|
conflicts="python-chroot>=0"
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|