kakushi: new ptrcport
This commit is contained in:
parent
1d25355f62
commit
894eb63aba
1 changed files with 29 additions and 0 deletions
29
kakushi/APKBUILD
Normal file
29
kakushi/APKBUILD
Normal file
|
@ -0,0 +1,29 @@
|
|||
# Contributor: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
# Maintainer: Patrycja Rosa <alpine@ptrcnull.me>
|
||||
pkgname=kakushi
|
||||
pkgver=0_git20241106
|
||||
pkgrel=0
|
||||
_gitrev="556fc54dec38a022cafb3a189f2043a9f5751f40"
|
||||
pkgdesc="an implementation of Secrets API for himitsu"
|
||||
url="https://git.ddd.rip/ptrcnull/kakushi"
|
||||
arch="noarch"
|
||||
license="BSD-2-Clause"
|
||||
depends="py3-pydbus py3-gobject3 py3-cryptography"
|
||||
makedepends="py3-gpep517 py3-setuptools"
|
||||
source="$pkgname-$pkgver.tar.gz::https://git.ddd.rip/ptrcnull/kakushi/archive/$_gitrev.tar.gz"
|
||||
builddir="$srcdir/kakushi"
|
||||
options="!check" # no testsuite yet
|
||||
|
||||
build() {
|
||||
gpep517 build-wheel \
|
||||
--wheel-dir .dist \
|
||||
--output-fd 3 3>&1 >&2
|
||||
}
|
||||
|
||||
package() {
|
||||
gpep517 install-wheel --destdir "$pkgdir" \
|
||||
.dist/*.whl
|
||||
}
|
||||
sha512sums="
|
||||
9ea431d9ef16daa9f5749f52cb76e0fefbdfb20e23544a610061c0886aaeb9c77da48124b1601b48cdda0ba28c324a00b16181565bd1475f7a2683b50616322e kakushi-0_git20241106.tar.gz
|
||||
"
|
Loading…
Reference in a new issue