mirror of
https://github.com/termux/termux-packages.git
synced 2025-01-31 21:22:27 +00:00
15 lines
547 B
Bash
15 lines
547 B
Bash
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_AUTO_UPDATE=true
|
|
TERMUX_PKG_UPDATE_TAG_TYPE="newest-tag"
|
|
TERMUX_PKG_DEPENDS="imagemagick, libdmtx"
|
|
|
|
termux_step_pre_configure() {
|
|
autoreconf -fi
|
|
}
|