# Maintainer: Guoyi Zhang _pkgname=RPostgreSQL _pkgver=0.7-6 pkgname=r-${_pkgname,,} pkgver=0.7.6 pkgrel=1 pkgdesc="R Interface to the 'PostgreSQL' Database System" arch=('x86_64') url="https://cran.r-project.org/package=${_pkgname}" license=('GPL') depends=( r r-dbi postgresql-libs ) source=("https://cran.r-project.org/src/contrib/${_pkgname}_${_pkgver}.tar.gz") sha256sums=('385939708b6a3657663409f91e165ded0ff5268d1dc6225e0f9b34764baf2d2c') build() { R CMD INSTALL ${_pkgname}_${_pkgver}.tar.gz -l "${srcdir}" } package() { install -dm0755 "${pkgdir}/usr/lib/R/library" cp -a --no-preserve=ownership "${_pkgname}" "${pkgdir}/usr/lib/R/library" } # vim:set ts=2 sw=2 et: