dev-util/cran - 0.2-r2 (dinolay)

Search

Package Information

Description:
An easy R package manager written in bash
Homepage:
https://ari.lt/gh/cran
License:
ArAr2

Ebuild Details

Version EAPI Keywords Slot
0.2-r2 8 ~amd64 0
View Raw Ebuild
# Copyright 2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8
S="${WORKDIR}/${PN}"

DESCRIPTION="An easy R package manager written in bash"
HOMEPAGE="https://ari.lt/gh/cran"
SRC_URI="https://ari.lt/gh/cran/archive/v${PV}.tar.gz -> ${P}.tar.gz"

LICENSE="ArAr2"
SLOT="0"
KEYWORDS="~amd64"

DEPEND="
>=dev-lang/R-4.0.5
>=app-shells/bash-5.1
"
RDEPEND="${DEPEND}"
BDEPEND=""
IUSE="+man"

DOCS=(README.md)

src_install() {
    dobin cran
    use man && (doman doc/cran.1 && einstalldocs)
}

USE Flags

man
Default: Enabled (+)

Dependencies

DEPEND

>=dev-lang/R-4.0.5
>=app-shells/bash-5.1

RDEPEND

>=dev-lang/R-4.0.5
>=app-shells/bash-5.1