termux-packages/packages/libotr/build.sh
Oliver Schmidhauser 51720bdf6c Add profanity, libstrophe and libotr (#431)
* add libstrophe package
* add libotr package
* add profanity package
2016-09-06 00:29:07 +02:00

8 lines
464 B
Bash

TERMUX_PKG_HOMEPAGE=https://otr.cypherpunks.ca
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"
TERMUX_PKG_VERSION=4.1.1
TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli"
TERMUX_PKG_SRCURL=https://otr.cypherpunks.ca/libotr-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_DEPENDS="libgcrypt"
TERMUX_PKG_BUILD_IN_SRC=yes