Add and document R-cran build style; support CRAN in update-check.
This commit is contained in:
parent
9a5b3d447e
commit
f2c0f7885e
4 changed files with 20 additions and 0 deletions
4
common/environment/build-style/R-cran.sh
Normal file
4
common/environment/build-style/R-cran.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
makedepends+=" R"
|
||||
depends+=" R"
|
||||
distfiles="https://cran.r-project.org/src/contrib/${pkgname#R-cran-}_${version//r/-}.tar.gz"
|
||||
wrksrc="${XBPS_BUILDDIR}/${pkgname#R-cran-}"
|
Loading…
Add table
Add a link
Reference in a new issue