Files
termux-packages/packages/flatbuffers/build.sh
termux-pacman-bot 7f46176aac bump(main/flatbuffers): 25.9.23
This commit has been automatically submitted by Github Actions.
2025-09-24 07:36:09 +00:00

15 lines
582 B
Bash

# Contributor: @librehat
TERMUX_PKG_HOMEPAGE=https://github.com/google/flatbuffers
TERMUX_PKG_DESCRIPTION="Memory Efficient Serialization Library"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="25.9.23"
TERMUX_PKG_SRCURL=https://github.com/google/flatbuffers/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=9102253214dea6ae10c2ac966ea1ed2155d22202390b532d1dea64935c518ada
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DFLATBUFFERS_BUILD_SHAREDLIB=ON
-DFLATBUFFERS_BUILD_TESTS=OFF
"