37375312b9
In issue https://github.com/termux/termux-packages/issues/6160 I have found that community repo "its-pointless.github.io" specifies us as maintainer for its packages. This is NOT TRUE and potentially misleads people using these packages. Now TERMUX_PKG_MAINTAINER will contain a default value which is neutral and not specify maintainer. So all packages now have to override it to the correct value. [skip ci] %ci:no-build
12 lines
617 B
Bash
12 lines
617 B
Bash
TERMUX_PKG_HOMEPAGE=https://www.gnupg.org/related_software/pinentry/index.html
|
|
TERMUX_PKG_DESCRIPTION="Dialog allowing secure password entry"
|
|
TERMUX_PKG_LICENSE="GPL-2.0"
|
|
TERMUX_PKG_MAINTAINER="@termux"
|
|
TERMUX_PKG_VERSION=1.1.0
|
|
TERMUX_PKG_REVISION=4
|
|
TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/pinentry/pinentry-${TERMUX_PKG_VERSION}.tar.bz2
|
|
TERMUX_PKG_SHA256=68076686fa724a290ea49cdf0d1c0c1500907d1b759a3bcbfbec0293e8f56570
|
|
TERMUX_PKG_DEPENDS="libandroid-support, libassuan, libiconv, ncurses"
|
|
TERMUX_PKG_BUILD_DEPENDS="libgpg-error"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-pinentry-fltk --without-libcap"
|