# Maintainer: Guoyi Zhang _pkgname=VCFArray _pkgver=1.18.0 pkgname=r-${_pkgname,,} pkgver=1.18.0 pkgrel=1 pkgdesc='Representing on-disk / remote VCF files as array-like objects' arch=('any') url="https://bioconductor.org/packages/${_pkgname}" license=('GPL') depends=( r r-biocgenerics r-delayedarray r-genomicfiles r-genomicranges r-rsamtools r-s4vectors r-variantannotation ) optdepends=( r-biocmanager r-biocstyle r-knitr r-rmarkdown r-seqarray r-testthat ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") sha256sums=('10a87023dd74fe794e8445f4727d230738cdb0df757f9166be73479b32b44d2c') 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: