postgresql: Update from 9.6.2 to 9.6.3
[termux-packages] / packages / ack-grep / build.sh
CommitLineData
6b70c5ef
FF
1TERMUX_PKG_HOMEPAGE=http://beyondgrep.com/
2TERMUX_PKG_DESCRIPTION="Tool like grep optimized for programmers"
3TERMUX_PKG_VERSION=2.14
4# Depend on coreutils for bin/env.
5TERMUX_PKG_DEPENDS="perl, coreutils"
6TERMUX_PKG_PLATFORM_INDEPENDENT=yes
7
8termux_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}