# Maintainer: Guoyi Zhang _pkgname=biscuiteerData _pkgver=1.18.0 pkgname=r-${_pkgname,,} pkgver=1.18.0 pkgrel=1 pkgdesc='Data Package for Biscuiteer' arch=('any') url="https://bioconductor.org/packages/${_pkgname}" license=('GPL') depends=( r r-annotationhub r-curl r-experimenthub r-genomicranges ) optdepends=( r-knitr r-markdown r-rmarkdown ) source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz") sha256sums=('5a816f9ff998a1c1cd033bb55d262298e60c0f1e0cc63a1653b18930bc5462e3') 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: