# system requirements: C++11 # Maintainer: Guoyi Zhang _pkgname=scuttle _pkgver=1.14.0 pkgname=r-${_pkgname,,} pkgver=1.14.0 pkgrel=1 pkgdesc='Single-Cell RNA-Seq Analysis Utilities' arch=('x86_64') url="https://bioconductor.org/packages/${_pkgname}" license=('GPL') depends=( r r-beachmat r-biocgenerics r-biocparallel r-delayedarray r-delayedmatrixstats r-genomicranges r-rcpp r-s4vectors r-singlecellexperiment r-summarizedexperiment ) optdepends=( r-biocstyle r-knitr r-rmarkdown r-scran r-scrnaseq r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") sha256sums=('9a0f97f30de69a7f4912f781f110fc54303702dc5df526410f71175fa6294ab2') 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: