# Maintainer: Guoyi Zhang _pkgname=BgeeDB _pkgver=2.24.0 pkgname=r-${_pkgname,,} pkgver=2.24.0 pkgrel=1 pkgdesc='Annotation and gene expression data retrieval from Bgee database. TopAnat, an anatomical entities Enrichment Analysis tool for UBERON ontology' arch=('any') url="https://bioconductor.org/packages/${_pkgname}" license=('GPL') depends=( r r-biobase r-curl r-data.table r-digest r-dplyr r-graph r-r.utils r-rcurl r-rsqlite r-tidyr r-topgo ) optdepends=( r-biocstyle r-knitr r-markdown r-rmarkdown r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") sha256sums=('6c5e6d02fc63d61dd5b2c04bbc6285a0611370d82cabd0e50706ff195b50d291') 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: