-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Expand file tree
/
Copy pathtemplate
More file actions
20 lines (19 loc) · 744 Bytes
/
template
File metadata and controls
20 lines (19 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Template file for 'python3-packageurl-python'
pkgname=python3-packageurl-python
version=0.17.6
revision=1
build_style=python3-module
hostmakedepends="python3-setuptools python3-wheel"
depends="python3"
short_desc="Package URL (purl) parser and builder"
maintainer="Kevin Deldycke <kevin@deldycke.com>"
license="MIT"
homepage="https://github.com/package-url/packageurl-python"
distfiles="${PYPI_SITE}/p/packageurl-python/packageurl_python-0.17.6.tar.gz"
checksum=1252ce3a102372ca6f86eb968e16f9014c4ba511c5c37d95a7f023e2ca6e5c25
# Tests require unbundled or network-restricted resources; skip in build.
make_check=no
post_install() {
vlicense LICENSE 2>/dev/null || vlicense LICENSE.txt 2>/dev/null \
|| vlicense COPYING 2>/dev/null || :
}