mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 17:43:12 +08:00
pass: added to repository
This commit is contained in:
parent
3be4018046
commit
282a5eca46
28
pass/PKGBUILD
Normal file
28
pass/PKGBUILD
Normal file
@ -0,0 +1,28 @@
|
||||
pkgname=pass
|
||||
_pkgname=password-store
|
||||
pkgver=1.7.1
|
||||
pkgrel=1
|
||||
pkgdesc='Stores, retrieves, generates, and synchronizes passwords securely'
|
||||
arch=('x86_64')
|
||||
url='https://www.passwordstore.org/'
|
||||
license=('GPL2')
|
||||
depends=('xclip' 'bash' 'gnupg' 'tree')
|
||||
checkdepends=('git')
|
||||
optdepends=('git: for Git support'
|
||||
'dmenu: for passmenu'
|
||||
'qrencode: for QR code support')
|
||||
source=("https://git.zx2c4.com/password-store/snapshot/$_pkgname-$pkgver.tar.xz")
|
||||
sha256sums=('f6d2199593398aaefeaa55e21daddfb7f1073e9e096af6d887126141e99d9869')
|
||||
|
||||
check() {
|
||||
cd $_pkgname-$pkgver
|
||||
make test
|
||||
}
|
||||
|
||||
package() {
|
||||
cd $_pkgname-$pkgver
|
||||
make DESTDIR=$pkgdir WITH_ALLCOMP=yes install
|
||||
|
||||
cd contrib/dmenu
|
||||
install -Dm0755 passmenu $pkgdir/usr/bin/passmenu
|
||||
}
|
Loading…
Reference in New Issue
Block a user