mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-12 08:33:15 -04:00
28 lines
553 B
Bash
28 lines
553 B
Bash
# Copyright 1999-2021 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="mirror://cran/src/contrib/${PN}_${PV}.tar.gz"
|
|
LICENSE='GPL-3'
|
|
KEYWORDS="~amd64"
|
|
IUSE="${IUSE-}"
|
|
DEPEND="
|
|
dev-R/cli
|
|
>=dev-R/crayon-1.3.4
|
|
dev-R/ellipsis
|
|
dev-R/fansi
|
|
dev-R/lifecycle
|
|
>=dev-R/rlang-0.3.0
|
|
>=dev-R/utf8-1.1.0
|
|
>=dev-R/vctrs-0.2.0
|
|
"
|
|
RDEPEND="${DEPEND-}"
|