# Maintainer: Guoyi Zhang _pkgname=hapFabia _pkgver=1.46.0 pkgname=r-${_pkgname,,} pkgver=1.46.0 pkgrel=1 pkgdesc='hapFabia: Identification of very short segments of identity by descent (IBD) characterized by rare variants in large sequencing data' arch=('x86_64') url="https://bioconductor.org/packages/${_pkgname}" license=('LGPL') depends=( r r-biobase r-fabia ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") sha256sums=('98732221ca37ebedac2f586d4e7bac34fbe2a31559a1a42bc0b669daaea40e6f') 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: