librhash: Update from 1.3.5 to 1.3.6
[termux-packages] / packages / colordiff / build.sh
1 TERMUX_PKG_HOMEPAGE=http://www.colordiff.org
2 TERMUX_PKG_DESCRIPTION="Tool to colorize 'diff' output"
3 TERMUX_PKG_VERSION=1.0.18
4 TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli"
5 TERMUX_PKG_SRCURL=http://www.colordiff.org/colordiff-${TERMUX_PKG_VERSION}.tar.gz
6 TERMUX_PKG_SHA256=29cfecd8854d6e19c96182ee13706b84622d7b256077df19fbd6a5452c30d6e0
7 TERMUX_PKG_DEPENDS="perl"
8 TERMUX_PKG_BUILD_IN_SRC=yes
9 TERMUX_PKG_PLATFORM_INDEPENDENT=yes
10
11 termux_step_make() {
12 # Skip the 'make' invocation as it only tries to
13 # rebuild the documentation.
14 continue
15 }
16
17 termux_step_post_configure() {
18 export INSTALL_DIR=${PREFIX}/bin
19 export MAN_DIR=${PREFIX}/share/man/man1
20 export ETC_DIR=${PREFIX}/etc
21 }