termux-packages/packages/colordiff/build.sh

23 lines
721 B
Bash
Raw Normal View History

2019-05-15 01:41:45 +02:00
TERMUX_PKG_HOMEPAGE=https://www.colordiff.org/
2017-12-05 22:33:04 +01:00
TERMUX_PKG_DESCRIPTION="Tool to colorize 'diff' output"
2019-01-20 22:39:59 +01:00
TERMUX_PKG_LICENSE="GPL-2.0"
2016-11-08 00:55:19 +01:00
TERMUX_PKG_MAINTAINER="Oliver Schmidhauser @Neo-Oli"
2022-04-03 23:22:44 +02:00
TERMUX_PKG_VERSION=1.0.20
2016-11-08 00:55:19 +01:00
TERMUX_PKG_SRCURL=http://www.colordiff.org/colordiff-${TERMUX_PKG_VERSION}.tar.gz
2022-04-03 23:22:44 +02:00
TERMUX_PKG_SHA256=e3b2017beeb9f619ebc3b15392f22810c882d1b657aab189623cffef351d7bcd
2016-11-08 00:55:19 +01:00
TERMUX_PKG_DEPENDS="perl"
TERMUX_PKG_BUILD_IN_SRC=true
TERMUX_PKG_PLATFORM_INDEPENDENT=true
2016-11-08 00:55:19 +01:00
2017-11-21 05:25:00 +01:00
termux_step_make() {
# Skip the 'make' invocation as it only tries to
# rebuild the documentation.
continue
}
termux_step_post_configure() {
2016-11-08 00:55:19 +01:00
export INSTALL_DIR=${PREFIX}/bin
export MAN_DIR=${PREFIX}/share/man/man1
export ETC_DIR=${PREFIX}/etc
}