nyacme: new ptrcport
This commit is contained in:
parent
b744f6aa2c
commit
888cec51c0
1 changed files with 27 additions and 0 deletions
27
nyacme/APKBUILD
Normal file
27
nyacme/APKBUILD
Normal file
|
@ -0,0 +1,27 @@
|
|||
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=nyacme
|
||||
pkgver=0.1.5
|
||||
pkgrel=0
|
||||
pkgdesc="uacme wrapper that maybe probably doesn't suck too much"
|
||||
url="https://git.ddd.rip/ptrcnull/nyacme"
|
||||
arch="all"
|
||||
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/v$pkgver.tar.gz"
|
||||
builddir="$srcdir/nyacme"
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
gpep517 install-wheel --destdir "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
sha512sums="
|
||||
4c250dff5d51705821a27cb4bd2253a5c7ce251b2eaaeac477149682f1bda3bbdb7fca87474a54a6915dc7388efc619bc25ee1dd741e506522f5c455e8b2cac2 nyacme-0.1.5.tar.gz
|
||||
"
|
Loading…
Reference in a new issue