void-packages/srcpkgs/python3-envdir/template
2021-10-09 08:01:29 -04:00

19 lines
569 B
Bash

# Template file for 'python3-envdir'
pkgname=python3-envdir
version=1.0.1
revision=6
wrksrc="envdir-${version}"
build_style=python3-module
hostmakedepends="python3-setuptools"
depends="python3-setuptools"
short_desc="Python3 port of daemontools' envdir"
maintainer="Orphaned <orphan@voidlinux.org>"
license="MIT"
homepage="https://github.com/jezdez/envdir"
distfiles="https://github.com/jezdez/envdir/archive/${version}.tar.gz"
checksum=779a308a07a673f391db87ef639d4b0f9921238bba02dd3e98c3281520faee95
conflicts="python-envdir>=0"
post_install() {
vlicense LICENSE
}