void-packages/srcpkgs/python3-userpath/template
2021-10-09 08:00:57 -04:00

20 lines
599 B
Bash

# Template file for 'python3-userpath'
pkgname=python3-userpath
version=1.7.0
revision=2
wrksrc="userpath-${version}"
build_style=python3-module
pycompile_module="userpath"
hostmakedepends="python3-setuptools"
depends="python3-click"
short_desc="Cross-platform tool for adding locations to the user PATH"
maintainer="Leah Neukirchen <leah@vuxu.org>"
license="MIT, Apache-2.0"
homepage="https://github.com/ofek/userpath"
distfiles="${PYPI_SITE}/u/userpath/userpath-${version}.tar.gz"
checksum=dcd66c5fa9b1a3c12362f309bbb5bc7992bac8af86d17b4e6b1a4b166a11c43f
post_install() {
vlicense LICENSE-MIT
}