X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/d8608b14ec6c97f0228a63bea6b4044821f4ee61..197daca251715e518bb8367c8e32a7c5fa99f9ea:/packages/colordiff/build.sh diff --git a/packages/colordiff/build.sh b/packages/colordiff/build.sh index 26cee11a..75c5ea74 100644 --- a/packages/colordiff/build.sh +++ b/packages/colordiff/build.sh @@ -1,5 +1,5 @@ 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_DESCRIPTION="Tool to colorize 'diff' output" 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 @@ -8,7 +8,13 @@ TERMUX_PKG_DEPENDS="perl" TERMUX_PKG_BUILD_IN_SRC=yes TERMUX_PKG_PLATFORM_INDEPENDENT=yes -termux_step_post_configure(){ +termux_step_make() { + # Skip the 'make' invocation as it only tries to + # rebuild the documentation. + continue +} + +termux_step_post_configure() { export INSTALL_DIR=${PREFIX}/bin export MAN_DIR=${PREFIX}/share/man/man1 export ETC_DIR=${PREFIX}/etc