diff options
author | Christoph Junghans <junghans@gentoo.org> | 2017-06-27 14:32:18 -0600 |
---|---|---|
committer | Christoph Junghans <junghans@gentoo.org> | 2017-06-27 14:31:57 -0600 |
commit | fa4f124019f284cfef66ecd02744cede3f8db071 (patch) | |
tree | 4eb66596bf73a86b960d8338e9784d8765603d89 /dev-libs/pegtl/pegtl-2.1.4.ebuild | |
parent | app-misc/yq: add package (diff) | |
download | gentoo-fa4f124019f284cfef66ecd02744cede3f8db071.tar.gz gentoo-fa4f124019f284cfef66ecd02744cede3f8db071.tar.bz2 gentoo-fa4f124019f284cfef66ecd02744cede3f8db071.zip |
dev-libs/pegtl: version bump
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'dev-libs/pegtl/pegtl-2.1.4.ebuild')
-rw-r--r-- | dev-libs/pegtl/pegtl-2.1.4.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-libs/pegtl/pegtl-2.1.4.ebuild b/dev-libs/pegtl/pegtl-2.1.4.ebuild new file mode 100644 index 000000000000..ebadbdeda819 --- /dev/null +++ b/dev-libs/pegtl/pegtl-2.1.4.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils + +DESCRIPTION="header-only library for creating parsers according to Parsing Expression Grammar" +HOMEPAGE="https://github.com/taocpp/PEGTL" +SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="test" + +DEPEND="" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/PEGTL-${PV}" |