You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
337 B

10 years ago
TERMUX_PKG_HOMEPAGE=http://stedolan.github.io/jq/
TERMUX_PKG_DESCRIPTION="Command-line JSON processor"
TERMUX_PKG_VERSION=1.5
TERMUX_PKG_SRCURL=https://github.com/stedolan/jq/archive/jq-${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_FOLDERNAME=jq-jq-${TERMUX_PKG_VERSION}
termux_step_pre_configure () {
cd $TERMUX_PKG_SRCDIR
autoreconf -i
}