19 lines
634 B
Bash
19 lines
634 B
Bash
# Template file for 'python3-userpath'
|
|
pkgname=python3-userpath
|
|
version=1.9.2
|
|
revision=1
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling python3-wheel"
|
|
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"
|
|
changelog="https://raw.githubusercontent.com/ofek/userpath/master/HISTORY.rst"
|
|
distfiles="${PYPI_SITE}/u/userpath/userpath-${version}.tar.gz"
|
|
checksum=6c52288dab069257cc831846d15d48133522455d4677ee69a9781f11dbefd815
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|