mirror of
https://github.com/void-linux/void-packages.git
synced 2025-05-04 15:03:52 +02:00
8 lines
222 B
Bash
8 lines
222 B
Bash
makedepends+=" R"
|
|
depends+=" R"
|
|
wrksrc="${XBPS_BUILDDIR}/${pkgname#R-cran-}"
|
|
|
|
# default to cran
|
|
if [ -z "$distfiles" ]; then
|
|
distfiles="https://cran.r-project.org/src/contrib/${pkgname#R-cran-}_${version//r/-}.tar.gz"
|
|
fi
|