Remove NDK gnu-libstdc from the docker image
[termux-packages] / packages / colordiff / build.sh
CommitLineData
8c87e7eb
OS
1TERMUX_PKG_HOMEPAGE=http://www.colordiff.org
2TERMUX_PKG_DESCRIPTION="The Perl script colordiff is a wrapper for 'diff' and produces the same output but with pretty 'syntax' highlighting."
d8608b14 3TERMUX_PKG_VERSION=1.0.18
8c87e7eb
OS
4TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli"
5TERMUX_PKG_SRCURL=http://www.colordiff.org/colordiff-${TERMUX_PKG_VERSION}.tar.gz
d8608b14 6TERMUX_PKG_SHA256=29cfecd8854d6e19c96182ee13706b84622d7b256077df19fbd6a5452c30d6e0
8c87e7eb
OS
7TERMUX_PKG_DEPENDS="perl"
8TERMUX_PKG_BUILD_IN_SRC=yes
9TERMUX_PKG_PLATFORM_INDEPENDENT=yes
10
7b1f1bd3 11termux_step_post_configure(){
8c87e7eb
OS
12 export INSTALL_DIR=${PREFIX}/bin
13 export MAN_DIR=${PREFIX}/share/man/man1
14 export ETC_DIR=${PREFIX}/etc
15}