X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/8c87e7eb616f177a2268fcbeeab9f6d9914f6ee3..a19b500ccc6cf0b52b42360df9985338e2e8711e:/packages/colordiff/build.sh diff --git a/packages/colordiff/build.sh b/packages/colordiff/build.sh index ba5c7c2d..26cee11a 100644 --- a/packages/colordiff/build.sh +++ b/packages/colordiff/build.sh @@ -1,13 +1,14 @@ TERMUX_PKG_HOMEPAGE=http://www.colordiff.org TERMUX_PKG_DESCRIPTION="The Perl script colordiff is a wrapper for 'diff' and produces the same output but with pretty 'syntax' highlighting." -TERMUX_PKG_VERSION=1.0.16 +TERMUX_PKG_VERSION=1.0.18 TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli" TERMUX_PKG_SRCURL=http://www.colordiff.org/colordiff-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=29cfecd8854d6e19c96182ee13706b84622d7b256077df19fbd6a5452c30d6e0 TERMUX_PKG_DEPENDS="perl" TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_PLATFORM_INDEPENDENT=yes -termux_step_pre_make(){ +termux_step_post_configure(){ export INSTALL_DIR=${PREFIX}/bin export MAN_DIR=${PREFIX}/share/man/man1 export ETC_DIR=${PREFIX}/etc