dev-util/cmakerc - 2.0.1 (gentoo-zh)

Search

Install

Install this version:

emerge -a =dev-util/cmakerc-2.0.1

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

autounmask =dev-util/cmakerc-2.0.1

Or alternatively:

emerge --autounmask-write -a =dev-util/cmakerc-2.0.1

Package Information

Description:
A Resource Compiler in a Single CMake Script
Homepage:
https://github.com/vector-of-bool/cmrc
License:
MIT

Ebuild Details

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

EAPI=8

inherit cmake

DESCRIPTION="A Resource Compiler in a Single CMake Script"
HOMEPAGE="https://github.com/vector-of-bool/cmrc"
SRC_URI="https://github.com/vector-of-bool/cmrc/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

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

LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

PATCHES=(
	"${FILESDIR}/${P}-CMakeLists-minimum-version.patch"
	"${FILESDIR}/${P}-CMakeRC.cmake-minimum-version.patch"
	"${FILESDIR}/${P}-installation.patch"
)

Inherited Eclasses

Manifest for 2.0.1

Type File Size Source URLs
DIST cmakerc-2.0.1.tar.gz 2597431 bytes https://github.com/vector-of-bool/cmrc/archive/refs/tags/2.0.1.tar.gz