user/qubes-pass: new aport
This commit is contained in:
parent
e26390b221
commit
f69656ceca
1 changed files with 24 additions and 0 deletions
24
user/qubes-pass/APKBUILD
Normal file
24
user/qubes-pass/APKBUILD
Normal 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
|
||||
"
|
Loading…
Reference in a new issue