mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 13:33:32 -04:00
dev-ml/md2mld: initial import
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
1
app-text/md2mld/Manifest
Normal file
1
app-text/md2mld/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST md2mld-0.5.1.tbz 5322 BLAKE2B 7e905689917d30194ffbf9c5c592a835cb8d9c95b4b6f3f769430e12cea715956680fdfb290b23d45e14d56ac3d315099e9578371dde0c388f23671b7243dcd8 SHA512 b5c58b8dbd29b5f983be36970d8344b9f6d5d3e8a7db4d7cae6a080a0748dad684f2c8f015c5b9d8bf2993ace21a7c2e23f187e08448ab27e1133dc1139bb565
|
||||
21
app-text/md2mld/md2mld-0.5.1.ebuild
Normal file
21
app-text/md2mld/md2mld-0.5.1.ebuild
Normal 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}"
|
||||
11
app-text/md2mld/metadata.xml
Normal file
11
app-text/md2mld/metadata.xml
Normal 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>
|
||||
Reference in New Issue
Block a user