dev-ml/md2mld: initial import

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-04-03 20:02:29 +02:00
parent d13bcd7d0a
commit 915c949008
3 changed files with 33 additions and 0 deletions

1
app-text/md2mld/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST md2mld-0.5.1.tbz 5322 BLAKE2B 7e905689917d30194ffbf9c5c592a835cb8d9c95b4b6f3f769430e12cea715956680fdfb290b23d45e14d56ac3d315099e9578371dde0c388f23671b7243dcd8 SHA512 b5c58b8dbd29b5f983be36970d8344b9f6d5d3e8a7db4d7cae6a080a0748dad684f2c8f015c5b9d8bf2993ace21a7c2e23f187e08448ab27e1133dc1139bb565

View File

@@ -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}"

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>lssndrbarbieri@gmail.com</email>
<name>Alessandro Barbieri</name>
</maintainer>
<upstream>
<remote-id type="github">mseri/md2mld</remote-id>
</upstream>
</pkgmetadata>