qubes-pass: initial import from user-aports

This commit is contained in:
Antoine Martin 2023-08-13 23:34:12 -04:00
parent 77c336a634
commit d29fa5f9b3
Signed by: forge
GPG key ID: D62A472A4AA7D541

25
qubes-pass/APKBUILD Normal file
View file

@ -0,0 +1,25 @@
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=qubes-pass
pkgver=0.0.35
_gittag="v$pkgver"
pkgrel=1
pkgdesc="An inter-VM password manager for Qubes OS"
arch="noarch"
url="https://github.com/Rudd-O/qubes-pass"
license="GPL3"
depends="qubes-vm-core"
makedepends="
make
pkgconf
"
options="!check"
source="$pkgname-$_gittag.tar.gz::https://github.com/Rudd-O/qubes-pass/archive/$_gittag.tar.gz"
package() {
make install-client DESTDIR="$pkgdir"
}
sha512sums="
68701d0b4a6a1a58041c7af331dfb1c58f44b8d8c878dfcfc93d0ca16326bea0865990d33b0ea2090e91bf3a7de864865541d5b1c05a187dc17515c0792b5511 qubes-pass-v0.0.35.tar.gz
"