0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-03-03 05:38:11 +00:00
Termux Github Actions fb0c49c837 bump(main/libuber-h3): 4.2.0
This commit has been automatically submitted by Github Actions.
2024-12-05 06:11:56 +00:00

14 lines
518 B
Bash

TERMUX_PKG_HOMEPAGE=https://h3geo.org/
TERMUX_PKG_DESCRIPTION="A hexagonal hierarchical geospatial indexing system"
TERMUX_PKG_LICENSE="Apache-2.0"
TERMUX_PKG_MAINTAINER="@termux"
TERMUX_PKG_VERSION="4.2.0"
TERMUX_PKG_SRCURL=https://github.com/uber/h3/archive/refs/tags/v${TERMUX_PKG_VERSION}.tar.gz
TERMUX_PKG_SHA256=438db46fc2b388785d2a0d8e26aa5509739240a7b50b2510c416778d871a4e11
TERMUX_PKG_AUTO_UPDATE=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="-DBUILD_SHARED_LIBS=ON"
termux_step_pre_configure() {
LDFLAGS+=" -lm"
}