From 752d6256e5204b958b0ef7905675a940b5e9172f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 12 May 2022 16:42:50 +0300 Subject: gentoo resync : 12.05.2022 --- dev-util/gpp/gpp-2.27.ebuild | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 dev-util/gpp/gpp-2.27.ebuild (limited to 'dev-util/gpp/gpp-2.27.ebuild') diff --git a/dev-util/gpp/gpp-2.27.ebuild b/dev-util/gpp/gpp-2.27.ebuild new file mode 100644 index 000000000000..1c1ee3e1352f --- /dev/null +++ b/dev-util/gpp/gpp-2.27.ebuild @@ -0,0 +1,19 @@ +# Copyright 2021-2022 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" + +src_prepare() { + default + eautoreconf +} -- cgit v1.2.3