Files
guru/virtual/boot/boot-0.ebuild
Robert Greener e4d80eca62 virtual/boot: new package
Signed-off-by: Robert Greener <me@r0bert.dev>
2022-07-03 18:38:31 +01:00

20 lines
282 B
Bash

# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
DESCRIPTION="Virtual of a R recommended package"
HOMEPAGE=""
SRC_URI=""
LICENSE=""
SLOT="0"
KEYWORDS="~amd64"
RDEPEND="
|| (
dev-lang/R[-minimal]
dev-R/boot
)
"