void-packages/srcpkgs/python3-userpath/template
2020-05-10 23:40:17 +02:00

20 lines
627 B
Bash

# Template file for 'python3-userpath'
pkgname=python3-userpath
version=1.4.0
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=8f555126f137c08c576f73e6a9d7089ee394e9ba00a53a75c37f05439ca3cf51
post_install() {
vlicense LICENSE-MIT
}