18 lines
527 B
Bash
18 lines
527 B
Bash
# Template file for 'python3-uritools'
|
|
pkgname=python3-uritools
|
|
version=3.0.0
|
|
revision=5
|
|
build_style=python3-module
|
|
hostmakedepends="python3-setuptools"
|
|
depends="python3-setuptools"
|
|
short_desc="URI parsing, classification and composition"
|
|
maintainer="Nick Hahn <nick.hahn@posteo.de>"
|
|
license="MIT"
|
|
homepage="https://github.com/tkem/uritools/"
|
|
distfiles="https://github.com/tkem/uritools/archive/v${version}.tar.gz"
|
|
checksum=1d221acf7aea96d1b6c87ecdf5273ef6ced3a49887b427081f83cf5bcc2cc7c9
|
|
|
|
post_install() {
|
|
vlicense LICENSE
|
|
}
|