dev-cpp/kashmir - 9999 (mva)

Search

Install

Install this version:

emerge -a =dev-cpp/kashmir-9999

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

autounmask =dev-cpp/kashmir-9999

Or alternatively:

emerge --autounmask-write -a =dev-cpp/kashmir-9999

Package Information

Description:
Library is provide functionality that not present in the C++ standard library
Homepage:
https://github.com/Corvusoft/kashmir-dependency
License:
Boost-1.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 2026 mva
# Distributed under the terms of the Public Domain or CC0 License

EAPI=8

inherit git-r3

DESCRIPTION="Library is provide functionality that not present in the C++ standard library"
HOMEPAGE="https://github.com/Corvusoft/kashmir-dependency"
EGIT_REPO_URI="https://github.com/Corvusoft/${PN}-dependency.git"

LICENSE="Boost-1.0"
SLOT="0"

src_install() {
	insinto "/usr/include/${PN}"
	doins ${PN}/*.h

	insinto "/usr/include/${PN}/system"
	doins ${PN}/system/*.h
}

Inherited Eclasses