dev-R/pkgbuild: new package, add 1.3.1

Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
Alessandro Barbieri
2022-05-03 22:18:14 +02:00
parent c095b9684f
commit cda017e9d5
3 changed files with 56 additions and 0 deletions

1
dev-R/pkgbuild/Manifest Normal file
View File

@@ -0,0 +1 @@
DIST pkgbuild_1.3.1.tar.gz 31937 BLAKE2B 36aa0e9f4ae718728f389a3447f6865d52830b534a596ddf112d69ad56272af9f94da8af0ed0a5c6f8a5ca9eb7199baa2c3d8bc61c7f5bafd2ee126cc9f63628 SHA512 392e1937ee2145e15eef82d5b4900e72e274a70462a911adaf80f7a76e3cdb8533e134c4f15c596b8b8779fd4b9ba3021831e2c89cf5c727c993afd8a18e5ead

View File

@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<description>co-maintainers welcome</description>
<name>Alessandro Barbieri</name>
<email>lssndrbarbieri@gmail.com</email>
</maintainer>
<longdescription lang="en">Provides functions used to build R packages. Locates compilers
needed to build R packages on various platforms and ensures the PATH is
configured appropriately so R can use them.</longdescription>
<upstream>
<maintainer>
<name>Gábor Csárdi</name>
<email>csardi.gabor@gmail.com</email>
</maintainer>
<remote-id type="github">r-lib/pkgbuild</remote-id>
<bugs-to>https://github.com/r-lib/pkgbuild/issues</bugs-to>
</upstream>
</pkgmetadata>

View File

@@ -0,0 +1,35 @@
# Copyright 1999-2022 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=7
inherit R-packages
DESCRIPTION='Find Tools Needed to Build R Packages'
HOMEPAGE="
https://github.com/r-lib/pkgbuild
https://cran.r-project.org/package=pkgbuild
"
KEYWORDS="~amd64"
LICENSE='MIT'
DEPEND="
dev-R/cli
>=dev-R/callr-3.2.0
dev-R/desc
>=dev-R/withr-2.3.0
dev-R/R6
>=dev-lang/R-3.1
dev-R/crayon
dev-R/prettyunits
dev-R/rprojroot
"
RDEPEND="${DEPEND}"
SUGGESTED_PACKAGES="
dev-R/covr
dev-R/cpp11
dev-R/Rcpp
dev-R/testthat
"