Use termux_error_exit in more cases
[termux-packages] / packages / ack-grep / build.sh
1 TERMUX_PKG_HOMEPAGE=http://beyondgrep.com/
2 TERMUX_PKG_DESCRIPTION="Tool like grep optimized for programmers"
3 TERMUX_PKG_VERSION=2.14
4 # Depend on coreutils for bin/env.
5 TERMUX_PKG_DEPENDS="perl, coreutils"
6 TERMUX_PKG_PLATFORM_INDEPENDENT=yes
7
8 termux_step_make_install () {
9 curl -o $TERMUX_PREFIX/bin/ack http://beyondgrep.com/ack-${TERMUX_PKG_VERSION}-single-file
10 chmod +x $TERMUX_PREFIX/bin/ack
11 }