From acbb0ec6db265220954e0fc1c33f7b7e159f8a72 Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Mon, 28 Mar 2022 11:30:43 +0900 Subject: [PATCH] new package: dmtx-utils --- packages/dmtx-utils/build.sh | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 packages/dmtx-utils/build.sh diff --git a/packages/dmtx-utils/build.sh b/packages/dmtx-utils/build.sh new file mode 100644 index 000000000..a1b5ad2eb --- /dev/null +++ b/packages/dmtx-utils/build.sh @@ -0,0 +1,12 @@ +TERMUX_PKG_HOMEPAGE=https://github.com/dmtx/dmtx-utils +TERMUX_PKG_DESCRIPTION="A command line interface for libdmtx" +TERMUX_PKG_LICENSE="LGPL-2.1" +TERMUX_PKG_MAINTAINER="@termux" +TERMUX_PKG_VERSION=0.7.6 +TERMUX_PKG_SRCURL=https://github.com/dmtx/dmtx-utils/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=0d396ec14f32a8cf9e08369a4122a16aa2e5fa1675e02218f16f1ab777ea2a28 +TERMUX_PKG_DEPENDS="imagemagick, libdmtx" + +termux_step_pre_configure() { + autoreconf -fi +}