# Maintainer: Guoyi Zhang _pkgname=DExMAdata _pkgver=1.12.0 pkgname=r-${_pkgname,,} pkgver=${_pkgver//-/.} pkgrel=1 pkgdesc="Data package for DExMA package" arch=(any) url="https://bioconductor.org/packages/$_pkgname" license=('GPL-2.0-only') depends=( r-biobase ) optdepends=( r-biocstyle ) source=("https://bioconductor.org/packages/release/data/experiment/src/contrib/${_pkgname}_${_pkgver}.tar.gz") md5sums=('69141b882e953afd517cb13920625ed0') b2sums=('4276a81089a13bf613bffae6ec3a98b7428feb7c475235a1c8d052fbc59a7b455b51e0e54f4947d1a897691bb87d10bafaf2f125ab17ca0cfdd175b21b30661f') build() { mkdir build R CMD INSTALL -l build "$_pkgname" } package() { install -d "$pkgdir/usr/lib/R/library" cp -a --no-preserve=ownership "build/$_pkgname" "$pkgdir/usr/lib/R/library" }