2016-06-29 12:47:18 +02:00
|
|
|
TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/texinfo/
|
|
|
|
TERMUX_PKG_DESCRIPTION="Documentation system for on-line information and printed output"
|
2017-09-13 14:27:04 +02:00
|
|
|
TERMUX_PKG_VERSION=6.5
|
2016-09-25 00:42:39 +02:00
|
|
|
TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/texinfo/texinfo-${TERMUX_PKG_VERSION}.tar.xz
|
2017-09-13 14:27:04 +02:00
|
|
|
TERMUX_PKG_SHA256=77774b3f4a06c20705cc2ef1c804864422e3cf95235e965b1f00a46df7da5f62
|
2018-07-12 09:20:22 +02:00
|
|
|
TERMUX_PKG_REVISION=1
|
|
|
|
TERMUX_PKG_DEPENDS="ncurses, perl, gawk"
|
2017-06-25 22:46:53 +02:00
|
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-perl-xs"
|
2018-07-12 09:20:22 +02:00
|
|
|
termux_step_post_massage() {
|
|
|
|
sed -i 's/awk_binary="mawk"/awk_binary="gawk"/g' bin/texindex
|
|
|
|
}
|