New package: passmenu-1.6.5
This commit is contained in:
parent
a762a716be
commit
c87405fd4d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'pass'
|
||||
pkgname=pass
|
||||
version=1.6.5
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="password-store-${version}"
|
||||
noarch=yes
|
||||
build_style=gnu-makefile
|
||||
|
@ -13,3 +13,11 @@ license="GPL-2"
|
|||
homepage="http://www.passwordstore.org/"
|
||||
distfiles="http://git.zx2c4.com/password-store/snapshot/password-store-${version}.tar.xz"
|
||||
checksum=337a39767e6a8e69b2bcc549f27ff3915efacea57e5334c6068fcb72331d7315
|
||||
|
||||
passmenu_package() {
|
||||
short_desc="A dmenu-based interface to pass"
|
||||
depends="dmenu xdotool ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vbin contrib/dmenu/passmenu
|
||||
}
|
||||
}
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
pass
|
Loading…
Reference in New Issue