# Maintainer: Guoyi Zhang _pkgname=flowFP _pkgver=1.62.0 pkgname=r-${_pkgname,,} pkgver=1.62.0 pkgrel=1 pkgdesc='Fingerprinting for Flow Cytometry' arch=('x86_64') url="https://bioconductor.org/packages/${_pkgname}" license=('Artistic2.0') depends=( r r-biobase r-biocgenerics r-flowcore r-flowviz ) optdepends=( r-runit ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") sha256sums=('0c8e7ca9ea8f2c44bc16990a758dd16de8b7fafffe3eff80e56629c2c9c4f5e6') 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: