termux-packages/packages/pinentry/build.sh

11 lines
558 B
Bash
Raw Normal View History

2016-01-20 23:25:30 +01:00
TERMUX_PKG_HOMEPAGE=https://www.gnupg.org/related_software/pinentry/index.html
TERMUX_PKG_DESCRIPTION="Dialog allowing secure password entry"
2019-01-21 13:53:58 +01:00
TERMUX_PKG_LICENSE="GPL-2.0"
2017-12-20 00:43:39 +01:00
TERMUX_PKG_VERSION=1.1.0
2019-03-02 13:52:57 +01:00
TERMUX_PKG_REVISION=2
2017-12-20 00:43:39 +01:00
TERMUX_PKG_SHA256=68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570
2016-01-20 23:25:30 +01:00
TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-${TERMUX_PKG_VERSION}.tar.bz2
2017-09-06 23:55:54 +02:00
TERMUX_PKG_DEPENDS="libandroid-support, libassuan, ncurses"
TERMUX_PKG_BUILD_DEPENDS="libgpg-error"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-pinentry-fltk"