20 lines
623 B
Bash
20 lines
623 B
Bash
# Template file for 'python3-userpath'
|
|
pkgname=python3-userpath
|
|
version=1.8.0
|
|
revision=1
|
|
wrksrc="userpath-${version}"
|
|
build_style=python3-pep517
|
|
hostmakedepends="hatchling python3-wheel"
|
|
depends="python3-click"
|
|
checkdepends="$depends python3-pytest"
|
|
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=04233d2fcfe5cff911c1e4fb7189755640e1524ff87a4b82ab9d6b875fee5787
|
|
|
|
post_install() {
|
|
vlicense LICENSE.txt LICENSE
|
|
}
|