dev-R/markdown: new

Package-Manager: Portage-3.0.19, Repoman-3.0.3
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2021-05-31 23:29:21 +02:00
parent d5a256476b
commit 568765dc93
3 changed files with 30 additions and 0 deletions

1
dev-R/markdown/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST markdown_1.1.tar.gz 81050 BLAKE2B 9d9ef6bce386506c63f338287f0abbba0dc1451bdd3a4f1335ec6b039aff9847a8fc6761bb5c193b0a54ed4e8770ace91d3b17e81e2e2f0f61ede607b8bfd8a2 SHA512 d53da9b7d184154b866e85cad33f1ba836656bca4007486190c1767b7a79f003b86f34ee66c7349c96372c63c5b6762ea00dd5efb731d9b5e9f2aebddeb9b7da

View File

@@ -0,0 +1,17 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Render Markdown with the C Library Sundown'
KEYWORDS="~amd64"
LICENSE='GPL-2'
DEPEND="
>=dev-lang/R-2.11.1
>=dev-R/mime-0.3
dev-R/xfun
"
RDEPEND="${DEPEND}"

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<longdescription>
Render Markdown with the C Library 'Sundown' // Provides R
bindings to the 'Sundown' Markdown rendering library
(https://github.com/vmg/sundown). Markdown is a plain-text
formatting syntax that can be converted to 'XHTML' or other
formats. See http://en.wikipedia.org/wiki/Markdown for more
information about Markdown.
</longdescription>
</pkgmetadata>