Files
termux-packages/packages/simdjson/build.sh
termux-pacman-bot 90b5647a9a bump(main/simdjson): 3.11.0
This commit has been automatically submitted by Github Actions.
2024-12-06 06:42:46 +00:00

13 lines
533 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="3.11.0"
TERMUX_PKG_SRCURL=https://github.com/simdjson/simdjson/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=f3469e776ca704cfda47f0a43331690c882f82c9c0c6f185452387c1e222a63e
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DBUILD_SHARED_LIBS=ON
"