diff options
author | Mark Wright <gienah@gentoo.org> | 2020-10-13 16:06:44 +1100 |
---|---|---|
committer | Mark Wright <gienah@gentoo.org> | 2020-10-13 23:53:23 +1100 |
commit | c931942d3f994e3a2f9ddcd598b3378513eff827 (patch) | |
tree | b33d0dca4c5f2c41a615bd0235b0ee1a33ee15e7 /dev-ml/cppo/cppo-1.6.6.ebuild | |
parent | dev-ml/cmdliner: Bump to 1.0.4 (diff) | |
download | gentoo-c931942d3f994e3a2f9ddcd598b3378513eff827.tar.gz gentoo-c931942d3f994e3a2f9ddcd598b3378513eff827.tar.bz2 gentoo-c931942d3f994e3a2f9ddcd598b3378513eff827.zip |
dev-ml/cppo: Bump to 1.6.6
Co-Author: Alexis Ballier <aballier@gentoo.org>
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Mark Wright <gienah@gentoo.org>
Diffstat (limited to 'dev-ml/cppo/cppo-1.6.6.ebuild')
-rw-r--r-- | dev-ml/cppo/cppo-1.6.6.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-ml/cppo/cppo-1.6.6.ebuild b/dev-ml/cppo/cppo-1.6.6.ebuild new file mode 100644 index 000000000000..096dc5984fc0 --- /dev/null +++ b/dev-ml/cppo/cppo-1.6.6.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit dune + +DESCRIPTION="An equivalent of the C preprocessor for OCaml programs" +HOMEPAGE="https://github.com/ocaml-community/cppo/" +SRC_URI="https://github.com/ocaml-community/cppo/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +SLOT="0/${PV}" +LICENSE="BSD" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" + +IUSE="+ocamlopt" + +RDEPEND="dev-ml/ocamlbuild" +DEPEND="${RDEPEND}" |