From c3b81a5728ffb676ff97df7dfdcd59be31e658bd Mon Sep 17 00:00:00 2001 From: Tee KOBAYASHI Date: Mon, 28 Mar 2022 11:30:18 +0900 Subject: [PATCH] new package: libdmtx --- packages/libdmtx/build.sh | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/libdmtx/build.sh diff --git a/packages/libdmtx/build.sh b/packages/libdmtx/build.sh new file mode 100644 index 000000000..ae51c068d --- /dev/null +++ b/packages/libdmtx/build.sh @@ -0,0 +1,11 @@ +TERMUX_PKG_HOMEPAGE=https://github.com/dmtx/libdmtx +TERMUX_PKG_DESCRIPTION="A software library that enables programs to read and write Data Matrix barcodes" +TERMUX_PKG_LICENSE="BSD 2-Clause" +TERMUX_PKG_MAINTAINER="@termux" +TERMUX_PKG_VERSION=0.7.5 +TERMUX_PKG_SRCURL=https://github.com/dmtx/libdmtx/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz +TERMUX_PKG_SHA256=be0c5275695a732a5f434ded1fcc232aa63b1a6015c00044fe87f3a689b75f2e + +termux_step_pre_configure() { + autoreconf -fi +}