diff --git a/dev-R/cli/Manifest b/dev-R/cli/Manifest new file mode 100644 index 0000000000..360bfbbf49 --- /dev/null +++ b/dev-R/cli/Manifest @@ -0,0 +1 @@ +DIST cli_2.0.2.tar.gz 116357 BLAKE2B a6eba3e12e63ea37dcd139c1e70d318f0478e6b3ce39c6172d85fe64d622366c58878c6d80da0afe52ce2823e156f5007c33576e937418f3460260528788a515 SHA512 c5a398a35bfbc43b618b97477ef97785c674c1aad03fcbf20786f1eab057cd5f21da430ffa69161d14a331b2e538d8dc75b6a3a2699db799b1441dce31d3761e diff --git a/dev-R/cli/cli-2.0.2.ebuild b/dev-R/cli/cli-2.0.2.ebuild new file mode 100644 index 0000000000..1439403362 --- /dev/null +++ b/dev-R/cli/cli-2.0.2.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit R-packages-guru + +DESCRIPTION='Helpers for Developing Command Line Interfaces' +HOMEPAGE=" + https://github.com/r-lib/cli + https://cran.r-project.org/package=cli +" +SRC_URI="http://cran.r-project.org/src/contrib/cli_2.0.2.tar.gz" +LICENSE='MIT' + +IUSE="${IUSE-}" +DEPEND=" + dev-R/assertthat + >=dev-R/crayon-1.3.4 + dev-R/fansi + dev-R/glue +" +RDEPEND="${DEPEND-}" diff --git a/dev-R/cli/metadata.xml b/dev-R/cli/metadata.xml new file mode 100644 index 0000000000..8a26b07a14 --- /dev/null +++ b/dev-R/cli/metadata.xml @@ -0,0 +1,33 @@ + + + + + lssndrbarbieri@gmail.com + Alessandro Barbieri + + + A suite of tools to build attractive command line interfaces ('CLIs'), from semantic elements: headings, lists, alerts, paragraphs, etc. Supports custom themes via a 'CSS'-like language. It also contains a number of lower level 'CLI' elements: rules, boxes, trees, and 'Unicode' symbols with 'ASCII' alternatives. It integrates with the 'crayon' package to support 'ANSI' terminal colors. + + + + https://github.com/r-lib/cli/issues + + + https://cran.r-project.org/web//packages/cli/cli.pdf + + + https://cran.r-project.org/web//packages/cli/news/news.html + + + + Gábor Csárdi + + + csardi.gabor@gmail.com + + + + r-lib/cli + + +