mirror of
https://github.com/termux-pacman/termux-packages.git
synced 2026-01-08 03:43:25 +00:00
xtkoba left the team, suhan-paradkar's account no longer exists. other non-maintainers were mentioned in buildscripts with `# Contributor:` comment as in Arch buildscripts [no ci]
15 lines
582 B
Bash
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.2.10"
|
|
TERMUX_PKG_SRCURL=https://github.com/google/flatbuffers/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
|
|
TERMUX_PKG_SHA256=b9c2df49707c57a48fc0923d52b8c73beb72d675f9d44b2211e4569be40a7421
|
|
TERMUX_PKG_AUTO_UPDATE=true
|
|
TERMUX_PKG_DEPENDS="libc++"
|
|
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
|
|
-DFLATBUFFERS_BUILD_SHAREDLIB=ON
|
|
-DFLATBUFFERS_BUILD_TESTS=OFF
|
|
"
|