From: Mark Wooding Date: Tue, 12 Jun 2018 10:34:06 +0000 (+0100) Subject: distorted-utils: Currently disabled. X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/commitdiff_plain/e385714518ff86817177d980ca6fc9a643da8937 distorted-utils: Currently disabled. There's a lot of disentangling to do here. Many things aren't where the package expects them to be. --- diff --git a/disabled-packages/distorted-utils/build.sh b/disabled-packages/distorted-utils/build.sh new file mode 100644 index 00000000..6053dda2 --- /dev/null +++ b/disabled-packages/distorted-utils/build.sh @@ -0,0 +1,13 @@ +### -*-sh-*- + +TERMUX_PKG_MAINTAINER="Mark Wooding " + +TERMUX_PKG_DESCRIPTION="A collection of random utilities." +TERMUX_PKG_HOMEPAGE="https://git.distorted.org.uk/~mdw/misc/" + +TERMUX_PKG_VERSION=1.4.2 +TERMUX_PKG_SHA256=f89b920875eaec41ac5f95b132c6c9130dc21a1c852f8054a85067252c72d90f +TERMUX_PKG_SRCURL="http://ftp.distorted.org.uk/u/mdw/distorted-utils-$TERMUX_PKG_VERSION.tar.gz" + +TERMUX_PKG_BUILD_DEPENDS="mlib2, catacomb2" +TERMUX_PKG_DEPENDS="mlib2, catacomb2, python2, tcl"