dev-util/amalgamate - 0.4.0 (didos)

Search

Install

Install this version:

emerge -a =dev-util/amalgamate-0.4.0

Package Information

Description:
Tool for creating an amalgamation from C and C++ sources
License:
MIT

Ebuild Details

Version EAPI Keywords Slot
0.4.0 7 amd64 arm arm64 0
View Raw Ebuild
# Copyright 2016-2017,2019 Jan Chren (rindeal)
# Distributed under the terms of the GNU General Public License v2

EAPI=7
inherit rindeal

GH_RN="github:rindeal:Amalgamate"

inherit git-hosting

DESCRIPTION="Tool for creating an amalgamation from C and C++ sources"
LICENSE="MIT"

SLOT="0"

[[ "${PV}" == *9999* ]] || \
	KEYWORDS="amd64 arm arm64"

src_install() {
	dobin "${PN}"
	doman "${PN}.1"

	einstalldocs
}

Inherited Eclasses