dev-util/cpp2text - 9999 (rion)

Search

Install

Install this version:

emerge -a =dev-util/cpp2text-9999

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

autounmask =dev-util/cpp2text-9999

Or alternatively:

emerge --autounmask-write -a =dev-util/cpp2text-9999

Package Information

Description:
String representation converter (text, cpp, json)
Homepage:
https://github.com/Ri0n/cpp2text
License:
Apache-2.0

Ebuild Details

Version EAPI Keywords Slot
9999 8 0
View Raw Ebuild
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit qmake-utils git-r3

DESCRIPTION="String representation converter (text, cpp, json)"
HOMEPAGE="https://github.com/Ri0n/cpp2text"
EGIT_REPO_URI="https://github.com/Ri0n/cpp2text"

LICENSE="Apache-2.0"
SLOT="0"

DEPEND="dev-qt/qtgui:5"
RDEPEND="${DEPEND}"

src_configure() {
	eqmake5 PREFIX="${EPREFIX}/usr" ${PN}.pro
}

src_install() {
	emake INSTALL_ROOT="${D}" install
}

Inherited Eclasses

Dependencies

DEPEND

dev-qt/qtgui:5

RDEPEND

dev-qt/qtgui:5