user/qubes-pass: new aport

This commit is contained in:
Antoine Martin 2023-03-07 22:19:47 -05:00
parent e26390b221
commit f69656ceca
Signed by: forge
GPG key ID: D62A472A4AA7D541

24
user/qubes-pass/APKBUILD Normal file
View file

@ -0,0 +1,24 @@
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=qubes-pass
pkgver=0.0.35
_gittag="v$pkgver"
pkgrel=0
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
"