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"
|
2019-05-15 01:41:45 +02:00
|
|
|
TERMUX_PKG_VERSION=1.0.18
|
|
|
|
TERMUX_PKG_REVISION=1
|
2016-11-08 00:55:19 +01:00
|
|
|
TERMUX_PKG_SRCURL=http://www.colordiff.org/colordiff-${TERMUX_PKG_VERSION}.tar.gz
|
2017-06-06 22:34:40 +02:00
|
|
|
TERMUX_PKG_SHA256=29cfecd8854d6e19c96182ee13706b84622d7b256077df19fbd6a5452c30d6e0
|
2016-11-08 00:55:19 +01:00
|
|
|
TERMUX_PKG_DEPENDS="perl"
|
2019-08-12 17:28:41 +02:00
|
|
|
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
|
|
|
|
}
|