rclone: Switch tarballs to signed (fixes #2382)
[termux-packages] / packages / texinfo / build.sh
1 TERMUX_PKG_HOMEPAGE=https://www.gnu.org/software/texinfo/
2 TERMUX_PKG_DESCRIPTION="Documentation system for on-line information and printed output"
3 TERMUX_PKG_VERSION=6.5
4 TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/texinfo/texinfo-${TERMUX_PKG_VERSION}.tar.xz
5 TERMUX_PKG_SHA256=77774b3f4a06c20705cc2ef1c804864422e3cf95235e965b1f00a46df7da5f62
6 TERMUX_PKG_DEPENDS="ncurses, perl"
7 TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--disable-perl-xs"