distorted-utils: Currently disabled.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 12 Jun 2018 10:34:06 +0000 (11:34 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 12 Jun 2018 10:34:06 +0000 (11:34 +0100)
There's a lot of disentangling to do here.  Many things aren't where
the package expects them to be.

disabled-packages/distorted-utils/build.sh [new file with mode: 0644]

diff --git a/disabled-packages/distorted-utils/build.sh b/disabled-packages/distorted-utils/build.sh
new file mode 100644 (file)
index 0000000..6053dda
--- /dev/null
@@ -0,0 +1,13 @@
+### -*-sh-*-
+
+TERMUX_PKG_MAINTAINER="Mark Wooding <mdw@distorted.org.uk>"
+
+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"