24 lines
637 B
Text
24 lines
637 B
Text
# 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
|
|
"
|