New package: python3-path-and-address-2.0.1

This commit is contained in:
linarcx 2020-03-14 22:01:25 +03:30 committed by Piraty
parent 123e413f32
commit e3080e9d61
1 changed files with 18 additions and 0 deletions

View File

@ -0,0 +1,18 @@
# Template file for 'python3-path-and-address'
pkgname=python3-path-and-address
version=2.0.1
revision=1
archs=noarch
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
}