summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2020-10-13 23:06:01 +1100
committerMark Wright <gienah@gentoo.org>2020-10-13 23:53:48 +1100
commit1afd3287f9ad6d5378d133f58c7bef4c279fc2f8 (patch)
tree4b0ea15e68a114e667010d55f27910128ad2f76e /dev-ml/octavius/octavius-1.2.2.ebuild
parentdev-ml/ocaml-expat: EAPI=7, KEYWORDS from ml-overlay. (diff)
downloadgentoo-1afd3287f9ad6d5378d133f58c7bef4c279fc2f8.tar.gz
gentoo-1afd3287f9ad6d5378d133f58c7bef4c279fc2f8.tar.bz2
gentoo-1afd3287f9ad6d5378d133f58c7bef4c279fc2f8.zip
dev-ml/octavius: Bump to 1.2.2, KEYWORDS from ml-overlay.
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/octavius/octavius-1.2.2.ebuild')
-rw-r--r--dev-ml/octavius/octavius-1.2.2.ebuild18
1 files changed, 18 insertions, 0 deletions
diff --git a/dev-ml/octavius/octavius-1.2.2.ebuild b/dev-ml/octavius/octavius-1.2.2.ebuild
new file mode 100644
index 000000000000..fb28159d4a13
--- /dev/null
+++ b/dev-ml/octavius/octavius-1.2.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit dune
+
+DESCRIPTION="ocamldoc comment syntax parser"
+HOMEPAGE="https://github.com/ocaml-doc/octavius"
+SRC_URI="https://github.com/ocaml-doc/octavius/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="+ocamlopt"
+
+RDEPEND=""
+DEPEND="${DEPEND}"