dev-build/tinycmmc - 9999 (gentoo)

Search

Install

Install this version:

emerge -a =dev-build/tinycmmc-9999

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

autounmask =dev-build/tinycmmc-9999

Or alternatively:

emerge --autounmask-write -a =dev-build/tinycmmc-9999

Package Information

Description:
Tiny CMake Module Collections
Homepage:
https://github.com/Grumbel/tinycmmc
License:
ZLIB

Ebuild Details

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

EAPI=8

inherit cmake

if [[ ${PV} == 9999 ]] ; then
	inherit git-r3
	EGIT_REPO_URI="https://github.com/Grumbel/${PN}.git"
else
	SRC_URI="https://github.com/Grumbel/${PN}/archive/v${PV}/${P}.tar.gz"
	KEYWORDS="~amd64 ~riscv"
fi

DESCRIPTION="Tiny CMake Module Collections"
HOMEPAGE="https://github.com/Grumbel/tinycmmc"

LICENSE="ZLIB"
SLOT="0"

Inherited Eclasses