18 lines
547 B
Bash
18 lines
547 B
Bash
# Template file for 'python3-path-and-address'
|
|
pkgname=python3-path-and-address
|
|
version=2.0.1
|
|
revision=2
|
|
wrksrc="path-and-address-${version}"
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
short_desc="Functions for server CLI applications used by humans"
|
|
maintainer="linarcx <linarcx@riseup.net>"
|
|
license="MIT"
|
|
homepage="https://github.com/joeyespo/path-and-address"
|
|
distfiles="${homepage}/archive/v${version}.tar.gz"
|
|
checksum=3bc53d385e4604576718429d8017a62e0a4df2915ff2ba5fb86f3ab67a411a03
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|