dev-util/cran - 0.2 (dinolay)

Search

Install

Install this version:

emerge -a =dev-util/cran-0.2

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =dev-util/cran-0.2

Or alternatively:

emerge --autounmask-write -a =dev-util/cran-0.2

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 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

Manage flags for this package: euse -i <flag> -p dev-util/cran | euse -E <flag> -p dev-util/cran | euse -D <flag> -p dev-util/cran

Global/Standard 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

Manifest for 0.2

Type File Size Source URLs
DIST cran-0.2.tar.gz 3072 bytes https://ari.lt/gh/cran/archive/v0.2.tar.gz