void-packages/srcpkgs/python3-userpath/template
2020-06-27 15:41:12 +02:00

21 lines
627 B
Bash

# Template file for 'python3-userpath'
pkgname=python3-userpath
version=1.4.1
revision=1
archs=noarch
wrksrc="userpath-${version}"
build_style=python3-module
pycompile_module="userpath"
hostmakedepends="python3-setuptools"
depends="python3-distro 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=211544ea02d8715fdc06f429cf66cd18c9877a31751d966d6de11b24faaed255
post_install() {
vlicense LICENSE-MIT
}