dev-libs/intervalset - 1.2.0 (batsim)

Search

Package Information

Description:
C++ port of docopt
Homepage:
https://framagit.org/batsim/intervalset
License:
LGPL-3

Ebuild Details

Version EAPI Keywords Slot
1.2.0 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 meson

MY_P="${PN}-v${PV}"
DESCRIPTION="C++ port of docopt"
HOMEPAGE="https://framagit.org/batsim/intervalset"
SRC_URI="
	https://framagit.org/batsim/${PN}/-/archive/${MY_P}.tar.gz"
S="${WORKDIR}/${MY_P}"
LICENSE="LGPL-3"
SLOT="0"
KEYWORDS="~amd64"

BUILD_DIR="${WORKDIR}/build"
EMESON_BUILDTYPE="debugoptimized"

BDEPEND="
	llvm-runtimes/compiler-rt-sanitizers
"

src_configure() {
	local emesonargs=(
		-Db_coverage=true
		--wipe
	)

	meson_src_configure
}

src_install() {
	meson_src_install
}

Dependencies

BDEPEND

	llvm-runtimes/compiler-rt-sanitizers

Manifest for 1.2.0

Type File Size Source URLs
DIST intervalset-v1.2.0.tar.gz 43990 bytes https://framagit.org/batsim/intervalset/-/archive/intervalset-v1.2.0.tar.gz