# Maintainer: Guoyi Zhang _pkgname=ScISI _pkgver=1.68.0 pkgname=r-${_pkgname,,} pkgver=1.68.0 pkgrel=4 pkgdesc='In Silico Interactome' arch=('any') url="https://bioconductor.org/packages/3.15/${_pkgname}" license=('LGPL') depends=( r r-annotate r-annotationdbi r-apcomplex r-go.db r-org.sc.sgd.db r-rpsixml ) optdepends=( r-ppidata r-xtable ) makedepends=( git ) source=("git+https://git.bioconductor.org/packages/${_pkgname}") sha256sums=('SKIP') build() { tar -zcvf ${_pkgname}_${_pkgver}.tar.gz ${_pkgname} 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: