dev-cpp/ut2-glaze - 0.0.4 (gentoo)

Search

Package Information

Description:
Stripped down fork of boost-ext ut2
Homepage:
https://github.com/openalgz/ut
License:
MIT

Ebuild Details

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

EAPI=8

# it's a header-only lib, thus not cmake-multilib. However, examples and tests...
inherit cmake

DESCRIPTION="Stripped down fork of boost-ext ut2"
HOMEPAGE="https://github.com/openalgz/ut"
SRC_URI="https://github.com/openalgz/ut/archive/refs/tags/v${PV}.tar.gz -> ut2-openalgz-${PV}.tar.gz"

S="${WORKDIR}/ut-${PV}"

LICENSE="MIT"
SLOT="0"
KEYWORDS="amd64"
IUSE="test"
RESTRICT="!test? ( test )"

# Build patches from Arniiiii, https://github.com/gentoo-mirror/ex_repo
PATCHES=(
	"${FILESDIR}/${P}-optional-test.patch"
	"${FILESDIR}/${P}-project-name.patch"
	"${FILESDIR}/${P}-fix-installing.patch"
)

src_configure() {
	local mycmakeargs=(
		-DCMAKE_SKIP_INSTALL_RULES=OFF
		-DBUILD_TESTING=$(usex test)
	)
	cmake_src_configure
}

USE Flags

Manifest for 0.0.4

Type File Size Source URLs
DIST ut2-openalgz-0.0.4.tar.gz 9026 bytes https://github.com/openalgz/ut/archive/refs/tags/v0.0.4.tar.gz