mirror of
https://github.com/void-linux/void-packages.git
synced 2025-05-02 14:03:50 +02:00
10 lines
344 B
Bash
10 lines
344 B
Bash
makedepends+=" R"
|
|
depends+=" R"
|
|
create_wrksrc=required
|
|
build_wrksrc="${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
|
|
https://cran.r-project.org/src/contrib/Archive/${pkgname#R-cran-}/${pkgname#R-cran-}_${version//r/-}.tar.gz"
|
|
fi
|