30 lines
912 B
Text
30 lines
912 B
Text
|
# 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
|
||
|
"
|