summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 5dad6930f962fd9a868e3a46483528588cd1bbdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Contributor: Grey Christoforo <first name at last name dot net>
pkgname=r-rhtslib
_bc_name=Rhtslib
pkgver=1.18.0
pkgrel=1
pkgdesc="high-throughput sequencing library"
url="https://bioconductor.org/packages/release/bioc/html/${_bc_name}.html"
arch=("x86_64")
license=('LGPL (>= 2)')
depends=('r' 'r-zlibbioc')
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_bc_name}_${pkgver}.tar.gz")
sha1sums=('cc264f13d48810127cc86dd798d1da540d02ffed')

package() {
 mkdir -p $pkgdir/usr/lib/R/library
 cd $srcdir

 R CMD INSTALL -l $pkgdir/usr/lib/R/library ./${_bc_name}
}