From 915c949008f738eaf6fff33de592e3b89a67bc4d Mon Sep 17 00:00:00 2001 From: Alessandro Barbieri Date: Sun, 3 Apr 2022 20:02:29 +0200 Subject: [PATCH] dev-ml/md2mld: initial import Signed-off-by: Alessandro Barbieri --- app-text/md2mld/Manifest | 1 + app-text/md2mld/md2mld-0.5.1.ebuild | 21 +++++++++++++++++++++ app-text/md2mld/metadata.xml | 11 +++++++++++ 3 files changed, 33 insertions(+) create mode 100644 app-text/md2mld/Manifest create mode 100644 app-text/md2mld/md2mld-0.5.1.ebuild create mode 100644 app-text/md2mld/metadata.xml diff --git a/app-text/md2mld/Manifest b/app-text/md2mld/Manifest new file mode 100644 index 0000000000..6725d3ff5d --- /dev/null +++ b/app-text/md2mld/Manifest @@ -0,0 +1 @@ +DIST md2mld-0.5.1.tbz 5322 BLAKE2B 7e905689917d30194ffbf9c5c592a835cb8d9c95b4b6f3f769430e12cea715956680fdfb290b23d45e14d56ac3d315099e9578371dde0c388f23671b7243dcd8 SHA512 b5c58b8dbd29b5f983be36970d8344b9f6d5d3e8a7db4d7cae6a080a0748dad684f2c8f015c5b9d8bf2993ace21a7c2e23f187e08448ab27e1133dc1139bb565 diff --git a/app-text/md2mld/md2mld-0.5.1.ebuild b/app-text/md2mld/md2mld-0.5.1.ebuild new file mode 100644 index 0000000000..762ccbb3d2 --- /dev/null +++ b/app-text/md2mld/md2mld-0.5.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit dune + +DESCRIPTION="Little cli tool to convert md files into mld files" +HOMEPAGE="https://github.com/mseri/md2mld" +SRC_URI="https://github.com/mseri/${PN}/releases/download/${PV}/${P}.tbz" + +LICENSE="ISC" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="ocamlopt" + +DEPEND=" + dev-ml/base + dev-ml/omd +" +RDEPEND="${DEPEND}" diff --git a/app-text/md2mld/metadata.xml b/app-text/md2mld/metadata.xml new file mode 100644 index 0000000000..944e284114 --- /dev/null +++ b/app-text/md2mld/metadata.xml @@ -0,0 +1,11 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + mseri/md2mld + +