mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
dev-R/clipr: new package, add 0.8.0
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
32
dev-R/clipr/clipr-0.8.0.ebuild
Normal file
32
dev-R/clipr/clipr-0.8.0.ebuild
Normal file
@@ -0,0 +1,32 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages edo
|
||||
|
||||
DESCRIPTION='Read and Write from the System Clipboard'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='GPL-3'
|
||||
RESTRICT="!test? ( test )"
|
||||
IUSE="test"
|
||||
|
||||
DEPEND="
|
||||
|| ( x11-misc/xclip x11-misc/xsel gui-apps/wl-clipboard )
|
||||
test? (
|
||||
>=dev-R/testthat-2.0.0
|
||||
)
|
||||
"
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/covr
|
||||
dev-R/knitr
|
||||
dev-R/rmarkdown
|
||||
>=dev-R/rstudioapi-0.5
|
||||
>=dev-R/testthat-2.0.0
|
||||
"
|
||||
|
||||
src_test() {
|
||||
cd "${WORKDIR}/${P}/tests" || die
|
||||
NOT_CRAN=true R_LIBS="${T}/R" edo Rscript --vanilla testthat.R
|
||||
}
|
||||
Reference in New Issue
Block a user