Files
termux-packages/packages/abseil-cpp/build.sh
termux-pacman-bot af1800b5ae bump(main/abseil-cpp): 20250127.1
A patch release with just a minor change in internal symbol demangling
logic. Does not need a rebuild of dependent packages

Diff between the previous release and current patch release:

https://github.com/abseil/abseil-cpp/compare/20250127.0...20250127.1
2025-03-29 07:33:57 +00:00

16 lines
647 B
Bash

TERMUX_PKG_HOMEPAGE=https://abseil.io/
TERMUX_PKG_DESCRIPTION="Abseil C++ Common Libraries"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
# Do not forget to rebuild revdeps along with EVERY "major" version bump.
TERMUX_PKG_VERSION="20250127.1"
TERMUX_PKG_SRCURL=https://github.com/abseil/abseil-cpp/archive/refs/tags/${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=b396401fd29e2e679cace77867481d388c807671dc2acc602a0259eeb79b7811
# updating this will break libprotobuf
TERMUX_PKG_AUTO_UPDATE=false
TERMUX_PKG_DEPENDS="libc++"
TERMUX_PKG_CONFLICTS="libgrpc (<< 1.52.0-1)"
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
-DBUILD_SHARED_LIBS=ON
"