colordiff: Update from 1.0.16 to 1.0.18
[termux-packages] / packages / ack-grep / build.sh
CommitLineData
ea9b37be 1TERMUX_PKG_HOMEPAGE=https://beyondgrep.com/
6b70c5ef 2TERMUX_PKG_DESCRIPTION="Tool like grep optimized for programmers"
ea9b37be 3TERMUX_PKG_VERSION=2.18
6b70c5ef
FF
4# Depend on coreutils for bin/env.
5TERMUX_PKG_DEPENDS="perl, coreutils"
6TERMUX_PKG_PLATFORM_INDEPENDENT=yes
7
8termux_step_make_install () {
ea9b37be
FF
9 termux_download \
10 https://beyondgrep.com/ack-${TERMUX_PKG_VERSION}-single-file \
11 $TERMUX_PREFIX/bin/ack \
12 6e41057c8f50f661d800099471f769209480efa53b8a886969d7ec6db60a2208
13 touch $TERMUX_PREFIX/bin/ack
6b70c5ef
FF
14 chmod +x $TERMUX_PREFIX/bin/ack
15}