preload-hacks: Some patches to make it work.
[termux-packages] / packages / libassuan / build.sh
... / ...
CommitLineData
1TERMUX_PKG_HOMEPAGE=https://www.gnupg.org/related_software/libassuan/
2TERMUX_PKG_DESCRIPTION="Library implementing the Assuan IPC protocol used between most newer GnuPG components"
3TERMUX_PKG_VERSION=2.5.1
4TERMUX_PKG_SHA256=47f96c37b4f2aac289f0bc1bacfa8bd8b4b209a488d3d15e2229cb6cc9b26449
5TERMUX_PKG_SRCURL=https://www.gnupg.org/ftp/gcrypt/libassuan/libassuan-${TERMUX_PKG_VERSION}.tar.bz2
6TERMUX_PKG_INCLUDE_IN_DEVPACKAGE="bin/libassuan-config"
7TERMUX_PKG_DEPENDS="libgpg-error"