Files
termux-packages/packages/libzxing-cpp/build.sh
termux-pacman-bot 1df49f81f1 chore(main/lib*): Rebuild attempt 2
- Rewrite of
  - termux#26199
  - termux#26202
  - termux#26203
  - termux#26208

- to attempt to temporarily work around
  - termux#26227
  - https://github.com/termux/termux-app/issues/4752

- termux#26227 should remain open until a permanent solution to it is found. This is to temporarily fix the inconsistent state of the repo that has occurred as an intermittent result.
2025-09-11 17:35:36 +00:00

15 lines
611 B
Bash

TERMUX_PKG_HOMEPAGE=https://github.com/zxing-cpp/zxing-cpp
TERMUX_PKG_DESCRIPTION="An open-source, multi-format 1D/2D barcode image processing library implemented in C++"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="2.3.0"
TERMUX_PKG_REVISION=3
TERMUX_PKG_SRCURL=https://github.com/zxing-cpp/zxing-cpp/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=64e4139103fdbc57752698ee15b5f0b0f7af9a0331ecbdc492047e0772c417ba
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DZXING_EXAMPLES=ON
-DZXING_BLACKBOX_TESTS=OFF
"