pinentry: build pinentry-emacs.
This commit is contained in:
parent
700cf5b6e2
commit
f10762f8b2
|
@ -0,0 +1 @@
|
|||
pinentry
|
|
@ -1,10 +1,11 @@
|
|||
# Template file for 'pinentry'
|
||||
pkgname=pinentry
|
||||
version=0.9.7
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-rpath --without-libcap --disable-pinentry-gtk
|
||||
--enable-pinentry-curses --enable-fallback-curses --enable-pinentry-gtk2"
|
||||
--enable-pinentry-curses --enable-fallback-curses --enable-pinentry-gtk2
|
||||
--enable-pinentry-emacs"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="ncurses-devel gtk+-devel libassuan-devel libgpg-error-devel"
|
||||
short_desc="PIN or passphrase entry dialogs for GnuPG"
|
||||
|
@ -29,3 +30,11 @@ pinentry-gtk_package() {
|
|||
vmove usr/bin/pinentry-gtk-2
|
||||
}
|
||||
}
|
||||
|
||||
pinentry-emacs_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - Emacs interface"
|
||||
pkg_install() {
|
||||
vmove usr/bin/pinentry-emacs
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue