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 +}