mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
pass: xclip should not be a hard dependency
This commit is contained in:
parent
b640eb579b
commit
0a3e073167
1 changed files with 6 additions and 6 deletions
|
@ -1,23 +1,23 @@
|
||||||
# Template file for 'pass'
|
# Template file for 'pass'
|
||||||
pkgname=pass
|
pkgname=pass
|
||||||
version=1.7.3
|
version=1.7.3
|
||||||
revision=1
|
revision=2
|
||||||
archs=noarch
|
archs=noarch
|
||||||
wrksrc="password-store-${version}"
|
wrksrc="password-store-${version}"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
make_install_args="WITH_BASHCOMP=yes WITH_ZSHCOMP=yes WITH_FISHCOMP=yes"
|
make_install_args="WITH_BASHCOMP=yes WITH_ZSHCOMP=yes WITH_FISHCOMP=yes"
|
||||||
depends="bash gnupg2 tree xclip"
|
make_check_target=test
|
||||||
|
depends="bash gnupg2 tree"
|
||||||
checkdepends="${depends} git"
|
checkdepends="${depends} git"
|
||||||
short_desc="Stores, retrieves, generates, and synchronizes passwords securely"
|
short_desc="Stores, retrieves, generates, and synchronizes passwords securely"
|
||||||
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
maintainer="Eivind Uggedal <eivind@uggedal.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://www.passwordstore.org/"
|
homepage="https://www.passwordstore.org"
|
||||||
distfiles="http://git.zx2c4.com/password-store/snapshot/password-store-${version}.tar.xz"
|
distfiles="https://git.zx2c4.com/password-store/snapshot/password-store-${version}.tar.xz"
|
||||||
checksum=2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4
|
checksum=2b6c65846ebace9a15a118503dcd31b6440949a30d3b5291dfb5b1615b99a3f4
|
||||||
make_check_target=test
|
|
||||||
|
|
||||||
passmenu_package() {
|
passmenu_package() {
|
||||||
short_desc="A dmenu-based interface to pass"
|
short_desc="Dmenu-based interface to pass"
|
||||||
depends="dmenu xdotool ${sourcepkg}>=${version}_${revision}"
|
depends="dmenu xdotool ${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vbin contrib/dmenu/passmenu
|
vbin contrib/dmenu/passmenu
|
||||||
|
|
Loading…
Add table
Reference in a new issue