dev-cpp/ada - 3.4.4 (gentoo)

Search

Install

Install this version:

emerge -a =dev-cpp/ada-3.4.4

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-cpp/ada-3.4.4

Or alternatively:

emerge --autounmask-write -a =dev-cpp/ada-3.4.4

Package Information

Description:
WHATWG-compliant and fast URL parser written in modern C++
Homepage:
https://github.com/ada-url/ada
License:
Apache-2.0 MIT

Ebuild Details

Version EAPI Keywords Slot
3.4.4 8 ~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86 0/$(ver_cut 1)
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit cmake

DESCRIPTION="WHATWG-compliant and fast URL parser written in modern C++"
HOMEPAGE="https://github.com/ada-url/ada"

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

LICENSE="Apache-2.0 MIT"
SLOT="0/$(ver_cut 1)"
KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86"
RESTRICT="test"

src_configure() {
	local mycmakeargs=(
		# Building anything other than the library requires the CPM package manager
		# which isn't very well equipped for packaging...
		-DADA_TESTING=NO
		-DADA_TOOLS=NO
	)
	cmake_src_configure
}

Inherited Eclasses

Manifest for 3.4.4

Type File Size Source URLs
DIST ada-3.4.4.tar.gz 491781 bytes https://github.com/ada-url/ada/archive/refs/tags/v3.4.4.tar.gz