utf8proc: Update from 2.1.0 to 2.1.1
[termux-packages] / packages / libotr / build.sh
1 TERMUX_PKG_HOMEPAGE=https://otr.cypherpunks.ca
2 TERMUX_PKG_DESCRIPTION="Off-the-Record (OTR) Messaging allows you to have private conversations over instant messaging by providing: Encryption, Authentication, Deniability, Perfect forward secrecy"
3 TERMUX_PKG_VERSION=4.1.1
4 TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli"
5 TERMUX_PKG_SRCURL=https://otr.cypherpunks.ca/libotr-${TERMUX_PKG_VERSION}.tar.gz
6 TERMUX_PKG_SHA256=8b3b182424251067a952fb4e6c7b95a21e644fbb27fbd5f8af2b2ed87ca419f5
7 TERMUX_PKG_DEPENDS="libgcrypt"
8 TERMUX_PKG_BUILD_DEPENDS="libgpg-error"
9 TERMUX_PKG_BUILD_IN_SRC=yes