mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 23:23:00 -04:00
dev-R/testit: new package, add 0.13
Signed-off-by: Robert Greener <me@r0bert.dev>
This commit is contained in:
1
dev-R/testit/Manifest
Normal file
1
dev-R/testit/Manifest
Normal file
@@ -0,0 +1 @@
|
||||
DIST testit_0.13.tar.gz 8493 BLAKE2B c1375be2392f3acc15e66deff6d45b4f4d750c15d8f6254ca63062208baa9943d79c875fecd13c98fe5000bf572633aed7c98015305dfbf0fab59371f5f6fda4 SHA512 f48774a055d6eb04523e6c3a7afdbc74698aa11accc13cd66d860feab9a584a816c430196bf7e12999ea20746c9b85b6544af9dc8e16922694968392eab36d3f
|
||||
17
dev-R/testit/metadata.xml
Normal file
17
dev-R/testit/metadata.xml
Normal file
@@ -0,0 +1,17 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>me@r0bert.dev</email>
|
||||
<name>Robert Greener</name>
|
||||
</maintainer>
|
||||
<longdescription lang="en">Helper functions to install and maintain the 'LaTeX' distribution named 'TinyTeX' (https://yihui.org/tinytex/), a lightweight, cross-platform, portable, and easy-to-maintain version of 'TeX Live'. This package also contains helper functions to compile 'LaTeX' documents, and install missing 'LaTeX' packages automatically.</longdescription>
|
||||
<upstream>
|
||||
<maintainer>
|
||||
<name>Yihui Xie</name>
|
||||
<email>xie@yihui.name</email>
|
||||
</maintainer>
|
||||
<bugs-to>https://github.com/yihui/testit/issues</bugs-to>
|
||||
<remote-id type="github">yihui/testit</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
20
dev-R/testit/testit-0.13.ebuild
Normal file
20
dev-R/testit/testit-0.13.ebuild
Normal file
@@ -0,0 +1,20 @@
|
||||
# Copyright 1999-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit R-packages edo
|
||||
|
||||
DESCRIPTION='A Simple Package for Testing R Packages'
|
||||
KEYWORDS="~amd64"
|
||||
LICENSE='GPL-3'
|
||||
|
||||
SUGGESTED_PACKAGES="
|
||||
dev-R/rstudioapi
|
||||
dev-R/covr
|
||||
"
|
||||
|
||||
src_test() {
|
||||
cd "${WORKDIR}/${P}/tests" || die
|
||||
R_LIBS="${T}/R" edo Rscript --vanilla test-all.R
|
||||
}
|
||||
Reference in New Issue
Block a user