new package: gpg-crypter - a graphical front-end to GnuPG

This commit is contained in:
Leonid Pliushch 2018-10-05 22:44:06 +03:00 committed by Yaksh Bariya
parent 35f6b32a73
commit df8834b33d
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
TERMUX_PKG_MAINTAINER="Leonid Plyushch <leonid.plyushch@gmail.com> @xeffyr"
TERMUX_PKG_HOMEPAGE=http://gpg-crypter.sourceforge.net/
TERMUX_PKG_DESCRIPTION="A graphical front-end to GnuPG(GPG) using the GTK3 toolkit and libgpgme"
TERMUX_PKG_VERSION=0.4.1
TERMUX_PKG_SRCURL=http://downloads.sourceforge.net/sourceforge/gpg-crypter/gpg-crypter-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=1f7e2b27bf4a27ecbb07bce9cd40d1c08477a3bd065ba7d1a75d1732e4bdc023
TERMUX_PKG_DEPENDS="atk, gdk-pixbuf, glib, gpgme, gtk3, libandroid-shmem, libassuan, libcairo-x, libgpg-error, pango-x"
TERMUX_PKG_RM_AFTER_INSTALL="lib/locale"
termux_step_pre_configure() {
export LIBS="-landroid-shmem"
}