From: Matthew Klein Date: Tue, 3 Nov 2015 03:30:07 +0000 (-0600) Subject: Add groff 1.22.3 package X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/termux-packages/commitdiff_plain/85580697faf6d6420d29c65393d7525e0d549670 Add groff 1.22.3 package --- diff --git a/disabled-packages/groff/build.sh b/disabled-packages/groff/build.sh new file mode 100644 index 00000000..8b750219 --- /dev/null +++ b/disabled-packages/groff/build.sh @@ -0,0 +1,5 @@ +TERMUX_PKG_HOMEPAGE=http://www.gnu.org/software/groff/ +TERMUX_PKG_DESCRIPTION="GNU troff text-formatting program" +TERMUX_PKG_VERSION=1.22.3 +TERMUX_PKG_SRCURL=http://ftp.gnu.org/gnu/groff/groff-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_EXTRA_CONFIGURE_ARGS="--with-doc=no --without-gs --without-x"