termux-packages/packages/libnettle/build.sh

7 lines
396 B
Bash
Raw Normal View History

2017-11-20 15:28:21 +01:00
TERMUX_PKG_HOMEPAGE=https://www.lysator.liu.se/~nisse/nettle/
2015-06-13 01:03:31 +02:00
TERMUX_PKG_DESCRIPTION="Cryptographic library that is designed to fit easily in more or less any context"
2018-12-09 23:10:07 +01:00
TERMUX_PKG_VERSION=3.4.1
TERMUX_PKG_SHA256=f941cf1535cd5d1819be5ccae5babef01f6db611f9b5a777bae9c7604b8a92ad
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/nettle/nettle-${TERMUX_PKG_VERSION}.tar.gz
2018-12-09 23:10:07 +01:00
TERMUX_PKG_DEPENDS="libgmp"