dev-cpp/kashmir - 9999 (Miezhiko)

Search

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 7 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=7

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"
KEYWORDS="~amd64 ~x86"

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

RDEPEND=""
DEPEND="${RDEPEND}"

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

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