Files
termux-packages/packages/simdjson/build.sh
termux-pacman-bot cfaa8d6558 bump(main/simdjson): 4.2.4
This commit has been automatically submitted by Github Actions.
2025-12-18 08:06:42 +00:00

13 lines
532 B
Bash

TERMUX_PKG_HOMEPAGE=https://simdjson.org/
TERMUX_PKG_DESCRIPTION="A C++ library to see how fast we can parse JSON with complete validation"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="4.2.4"
TERMUX_PKG_SRCURL=https://github.com/simdjson/simdjson/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=6f942d018561a6c30838651a386a17e6e4abbfc396afd0f62740dea1810dedea
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DBUILD_SHARED_LIBS=ON
"