termux-packages/packages/ack-grep/build.sh

16 lines
516 B
Bash
Raw Normal View History

2017-05-22 23:51:38 +02:00
TERMUX_PKG_HOMEPAGE=https://beyondgrep.com/
2015-12-03 23:10:27 +01:00
TERMUX_PKG_DESCRIPTION="Tool like grep optimized for programmers"
2017-05-22 23:51:38 +02:00
TERMUX_PKG_VERSION=2.18
2015-12-03 23:10:27 +01:00
# Depend on coreutils for bin/env.
TERMUX_PKG_DEPENDS="perl, coreutils"
TERMUX_PKG_PLATFORM_INDEPENDENT=yes
termux_step_make_install () {
2017-05-22 23:51:38 +02:00
termux_download \
https://beyondgrep.com/ack-${TERMUX_PKG_VERSION}-single-file \
$TERMUX_PREFIX/bin/ack \
6e41057c8f50f661d800099471f769209480efa53b8a886969d7ec6db60a2208
touch $TERMUX_PREFIX/bin/ack
2015-12-03 23:10:27 +01:00
chmod +x $TERMUX_PREFIX/bin/ack
}