21 lines
627 B
Bash
21 lines
627 B
Bash
# Template file for 'python3-userpath'
|
|
pkgname=python3-userpath
|
|
version=1.3.0
|
|
revision=3
|
|
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=dd0b8ba650732c614c5e6b709e51be321c596566422d99a443d545401a965468
|
|
|
|
post_install() {
|
|
vlicense LICENSE-MIT
|
|
}
|