dev-util/cmakerc - 2.0.1 (tatsh-overlay)

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

MY_PN="cmrc"
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/${MY_PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

S="${WORKDIR}/${MY_PN}-${PV}"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64"

RDEPEND="dev-build/cmake"

src_install() {
	insinto /usr/share/cmake/cmakerc
	newins CMakeRC.cmake cmakerc-config.cmake
}

Dependencies

RDEPEND

dev-build/cmake

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