media-libs/s2geometry - 0.11.1 (2xsaiko)

Search

Package Information

Description:
Computational geometry and spatial indexing on the sphere
Homepage:
https://github.com/google/s2geometry
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
0.11.1 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="Computational geometry and spatial indexing on the sphere"
HOMEPAGE="https://github.com/google/s2geometry"

SRC_URI="https://github.com/google/s2geometry/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="
	dev-cpp/abseil-cpp
	dev-libs/openssl
"

DEPEND="${RDEPEND}"

src_configure() {
	local mycmakeargs=(
		"-DBUILD_TESTS=NO"
	)

	cmake_src_configure
}

Dependencies

DEPEND

	dev-cpp/abseil-cpp
	dev-libs/openssl

RDEPEND

	dev-cpp/abseil-cpp
	dev-libs/openssl

Manifest for 0.11.1

Type File Size Source URLs
DIST s2geometry-0.11.1.tar.gz 1180820 bytes https://github.com/google/s2geometry/archive/refs/tags/v0.11.1.tar.gz