# Contributor: Viktor Drobot (aka dviktor) linux776 [at] gmail [dot] com _cranname=extrafontdb _cranver=1.0 pkgname=r-${_cranname,,} pkgver=${_cranver//[:-]/.} pkgrel=1 pkgdesc="Package for holding the database for the extrafont package" arch=(any) url="https://cran.r-project.org/package=${_cranname}" license=(GPL2) depends=('r>=2.14') source=("https://cran.r-project.org/src/contrib/${_cranname}_${_cranver}.tar.gz") sha256sums=('faa1bafee5d4fbc24d03ed237f29f1179964ebac6e3a46ac25b0eceda020b684') build() { R CMD INSTALL ${_cranname}_${_cranver}.tar.gz -l "${srcdir}" } package() { install -dm0755 "${pkgdir}/usr/lib/R/library" cp -a --no-preserve=ownership "${_cranname}" "${pkgdir}/usr/lib/R/library" }