# Maintainer: Guoyi Zhang _pkgname=org.Sc.sgd.db _pkgver=3.15.0 pkgname=r-${_pkgname,,} pkgver=3.15.0 pkgrel=3 pkgdesc='Genome wide annotation for Yeast' arch=('any') url="https://bioconductor.org/packages/${_pkgname}" license=('Artistic2.0') depends=( r r-annotationdbi ) optdepends=( r-annotate r-dbi r-runit ) source=("https://bioconductor.org/packages/release/data/annotation/src/contrib/${_pkgname}_${_pkgver}.tar.gz") sha256sums=('b76e58cbd1c6255270b85b937f03eb95419afa31bc98355e977d3b8545591966') 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: