From 61b403ee882f2d5855f251da5188c56aac677306 Mon Sep 17 00:00:00 2001 From: Further <55025025+ifurther@users.noreply.github.com> Date: Thu, 28 Oct 2021 19:40:17 +0800 Subject: [PATCH] New package: poke (#7762) --- packages/poke/build.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 packages/poke/build.sh diff --git a/packages/poke/build.sh b/packages/poke/build.sh new file mode 100644 index 000000000..b54223377 --- /dev/null +++ b/packages/poke/build.sh @@ -0,0 +1,10 @@ +TERMUX_PKG_HOMEPAGE=http://www.jemarch.net/poke.html +TERMUX_PKG_DESCRIPTION="Interactive, extensible editor for binary data." +TERMUX_PKG_LICENSE="GPL-3.0" +TERMUX_PKG_MAINTAINER="@termux" +TERMUX_PKG_VERSION=1.3 +TERMUX_PKG_SRCURL=https://mirrors.kernel.org/gnu/poke/poke-${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=ba7863034a1b08004b0ee8f88bda94160707e9a781d5556f555b507583cf0f1b +TERMUX_PKG_DEPENDS="readline, gettext, json-c, libgc" +TERMUX_PKG_BUILD_IN_SRC=true +TERMUX_PKG_EXTRA_CONFIGURE_ARGS=" --with-sysroot=$(dirname $TERMUX_PREFIX) --disable-threads --disable-hserver"