mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-11 08:03:16 -04:00
dev-R/commonmark: respect AR
Closes: https://bugs.gentoo.org/794106 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -3,10 +3,15 @@
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages
|
||||
inherit R-packages toolchain-funcs
|
||||
|
||||
DESCRIPTION='High Performance CommonMark and github markdown rendering in R'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='BSD-2'
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
|
||||
src_prepare() {
|
||||
tc-export AR
|
||||
R-packages_src_prepare
|
||||
}
|
||||
|
||||
@@ -16,4 +16,14 @@
|
||||
opt-in support for GFM extensions including tables, autolinks,
|
||||
and strikethrough text.
|
||||
</longdescription>
|
||||
<upstream>
|
||||
<bugs-to>http://github.com/jeroen/commonmark/issues</bugs-to>
|
||||
<doc lang="en">https://cran.r-project.org/web/packages/commonmark/commonmark.pdf</doc>
|
||||
<changelog>https://cran.r-project.org/web/packages/commonmark/NEWS</changelog>
|
||||
<maintainer>
|
||||
<name>Jeroen Ooms</name>
|
||||
<email>jeroen@berkeley.edu</email>
|
||||
</maintainer>
|
||||
<remote-id type="github">jeroen/commonmark</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
|
||||
Reference in New Issue
Block a user