dev-util/cpp2text - 9999 (rion)

Search

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
}

Dependencies

DEPEND

dev-qt/qtgui:5

RDEPEND

dev-qt/qtgui:5