# Maintainer: Guoyi Zhang _pkgname=agilp _pkgver=3.28.0 pkgname=r-${_pkgname,,} pkgver=3.28.0 pkgrel=1 pkgdesc='Agilent expression array processing package' arch=('any') url="https://bioconductor.org/packages/${_pkgname}" license=('GPL') depends=( r ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") sha256sums=('ce87c755f89e160ead947a531f0b65aedfd25abe00f7f750ea96392b7c12a3de') 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: