# system requirements: GNU make # Maintainer: Guoyi Zhang _pkgname=GPA _pkgver=1.16.0 pkgname=r-${_pkgname,,} pkgver=1.16.0 pkgrel=1 pkgdesc='GPA (Genetic analysis incorporating Pleiotropy and Annotation)' arch=('x86_64') url="https://bioconductor.org/packages/${_pkgname}" license=('GPL') depends=( r r-dt r-ggplot2 r-ggrepel r-plyr r-rcpp r-shiny r-shinybs r-vegan make ) optdepends=( r-gpaexample ) source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_pkgname}_${_pkgver}.tar.gz") sha256sums=('e41d6de6dbea8487dc3b11726aaae781db47d36700c85033931aaa8d29cf27fd') 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: