ptrcports/nyacme/APKBUILD

29 lines
907 B
Text

# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
pkgname=nyacme
pkgver=0.1.13_git20240612
pkgrel=0
_gitrev="c8c8275da3346346ef141faad3713a4402f2d023"
pkgdesc="uacme wrapper that maybe probably doesn't suck too much"
url="https://git.ddd.rip/ptrcnull/nyacme"
arch="noarch"
license="BSD-2-Clause"
depends="py3-dnspython"
makedepends="py3-gpep517 py3-setuptools py3-wheel"
source="$pkgname-$pkgver.tar.gz::https://git.ddd.rip/ptrcnull/nyacme/archive/$_gitrev.tar.gz"
builddir="$srcdir/nyacme"
options="!check" # no testsuite
build() {
gpep517 build-wheel \
--wheel-dir .dist \
--output-fd 3 3>&1 >&2
}
package() {
gpep517 install-wheel --destdir "$pkgdir" \
.dist/*.whl
}
sha512sums="
e1acb41b3f0e9431eee8c43c4a439e4d081e537251cfccc93bb857e272c4c1a4ffd1354c24544d2f9eafd03443c380f966ad08c063f4142ba3005d8985455e74 nyacme-0.1.13_git20240612.tar.gz
"