dev-R/crayon: new package

Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2020-05-08 01:46:31 +02:00
parent 13929f2872
commit 5b11bdae3c
3 changed files with 47 additions and 0 deletions

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

@@ -0,0 +1 @@
DIST crayon_1.3.4.tar.gz 658694 BLAKE2B 6afaa0a7ee5bd2727ddf10d5a2a0741919e89531aa1ec1ce04373299d308df374979e097e986d122c83ee1b5cebbd92b3ae63147a8dd549211df3cf85844c842 SHA512 201e5e9b02cf10c4f098d07e0c982d3a4d8ee6c18dce666a4b74734c7b1d853af97d1aa4991470ddb89e4f3b5baa321f9fd4eabe1034f52b5ac10d051aa2eb18

View File

@@ -0,0 +1,16 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit R-packages-guru
DESCRIPTION='Colored Terminal Output'
HOMEPAGE="
https://github.com/r-lib/crayon
https://cran.r-project.org/package=crayon
"
SRC_URI="http://cran.r-project.org/src/contrib/crayon_1.3.4.tar.gz"
LICENSE='MIT'
IUSE="${IUSE-}"

30
dev-R/crayon/metadata.xml Normal file
View File

@@ -0,0 +1,30 @@
<?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>
<longdescription lang="en">
Colored terminal output on terminals that support 'ANSI' color and highlight codes. It also works in 'Emacs' 'ESS'. 'ANSI' color support is automatically detected. Colors and highlighting can be combined and nested. New styles can also be created easily. This package was inspired by the 'chalk' 'JavaScript' project.
</longdescription>
<upstream>
<bugs-to>
https://github.com/r-lib/crayon/issues
</bugs-to>
<doc lang="en">
https://cran.r-project.org/web//packages/crayon/crayon.pdf
</doc>
<maintainer>
<name>
Gábor Csárdi
</name>
<email>
csardi.gabor@gmail.com
</email>
</maintainer>
<remote-id type="github">
r-lib/crayon
</remote-id>
</upstream>
</pkgmetadata>