diff options
Diffstat (limited to 'app-text/gpp/gpp-2.25.ebuild')
-rw-r--r-- | app-text/gpp/gpp-2.25.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/app-text/gpp/gpp-2.25.ebuild b/app-text/gpp/gpp-2.25.ebuild new file mode 100644 index 0000000..ddc93b9 --- /dev/null +++ b/app-text/gpp/gpp-2.25.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="GPP is a general-purpose preprocessor with customizable syntax " +HOMEPAGE="https://logological.org/gpp" +SRC_URI="http://files.nothingisreal.com/software/${PN}/${P}.tar.bz2" + +LICENSE="LGPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" +BDEPEND="" |