# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com # Contributor: Grey Christoforo _cranname=snow _cranver=0.4-3 pkgname=r-${_cranname,,} pkgver=${_cranver//[:-]/.} pkgrel=1 pkgdesc="Simple Network of Workstations" arch=(any) url="https://cran.r-project.org/package=${_cranname}" license=(GPL2 GPL3) depends=('r>=2.13.1') optdepends=(r-rmpi r-rlecuyer r-nws) source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz") sha256sums=('8512537daf334ea2b8074dbb80cf5e959a403a78d68bc1e97664e8a4f64576d8') build(){ cd "${srcdir}" R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l ${srcdir} } package() { cd "${srcdir}" install -dm0755 "${pkgdir}/usr/lib/R/library" cp -a --no-preserve=ownership "${_cranname}" "${pkgdir}/usr/lib/R/library" }