dev-util/gpp - 2.28 (gentoo)

Search

Package Information

Description:
A generic preprocessor
Homepage:
https://logological.org/gpp https://github.com/logological/gpp
License:
LGPL-3+

Ebuild Details

Version EAPI Keywords Slot
2.28 8 amd64 arm arm64 ppc ppc64 x86 0
View Raw Ebuild
# Copyright 2021-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

inherit autotools

DESCRIPTION="A generic preprocessor"
HOMEPAGE="https://logological.org/gpp https://github.com/logological/gpp"
SRC_URI="https://github.com/logological/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="LGPL-3+"
SLOT="0"
KEYWORDS="amd64 arm arm64 ppc ppc64 x86"

src_prepare() {
	default
	eautoreconf
}

Manifest for 2.28

Type File Size Source URLs
DIST gpp-2.28.tar.gz 66655 bytes https://github.com/logological/gpp/archive/refs/tags/2.28.tar.gz