Files
guru/dev-R/pillar/pillar-1.4.4.ebuild
Alessandro Barbieri 728803f8c5 dev-R/pillar: new package
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
2020-05-08 18:55:42 +02:00

26 lines
533 B
Bash

# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
inherit R-packages-guru
DESCRIPTION='Coloured Formatting for Columns'
HOMEPAGE="
https://github.com/r-lib/pillar
https://cran.r-project.org/package=pillar
"
SRC_URI="http://cran.r-project.org/src/contrib/pillar_1.4.4.tar.gz"
LICENSE='GPL-3'
KEYWORDS="~amd64"
IUSE="${IUSE-}"
DEPEND="
dev-R/cli
>=dev-R/crayon-1.3.4
dev-R/fansi
>=dev-R/rlang-0.3.0
>=dev-R/vctrs-0.2.0
>=dev-R/utf8-1.1.0
"
RDEPEND="${DEPEND-}"