From: Fredrik Fornwall Date: Sun, 15 Oct 2017 18:24:53 +0000 (+0200) Subject: ccrypt: Add package X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/885f8f7c1f6a741411841165b8f1456a02bdc91c?ds=inline ccrypt: Add package --- diff --git a/packages/ccrypt/build.sh b/packages/ccrypt/build.sh new file mode 100644 index 00000000..80f4c300 --- /dev/null +++ b/packages/ccrypt/build.sh @@ -0,0 +1,6 @@ +TERMUX_PKG_HOMEPAGE=http://ccrypt.sourceforge.net/ +TERMUX_PKG_DESCRIPTION="Secure encryption and decryption of files and streams utility" +TERMUX_PKG_VERSION=1.10 +TERMUX_PKG_SHA256=87d66da2170facabf6f2fc073586ae2c7320d4689980cfca415c74688e499ba0 +TERMUX_PKG_SRCURL=http://ccrypt.sourceforge.net/download/ccrypt-$TERMUX_PKG_VERSION.tar.gz +TERMUX_PKG_DEPENDS="libcrypt"