qports/qubes-pass/APKBUILD

25 lines
692 B
Text
Raw Normal View History

# Contributor: Antoine Martin (ayakael) <dev@ayakael.net>
2024-06-03 12:15:29 +00:00
# Maintainer: Antoine Martin (ayakael) <dev@ayakael.net>
pkgname=qubes-pass
2023-08-14 17:29:54 +00:00
pkgver=0.1.0
_gittag="v$pkgver"
2024-06-03 12:15:29 +00:00
pkgrel=3
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="
2023-08-14 17:29:54 +00:00
b304bf8e6b8d04e7df4b52a02984ab03b6f3221c9178f1d91c99cab61e8b5ded45500b51de6d89aa76f4e73c0a3670ce6d07649c0ac159d048c3f0ac736c4d63 qubes-pass-v0.1.0.tar.gz
"