summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: e0cb43a4f03e30ba10131d2d9708b61b8e38d5c9 (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-s4vectors
_bc_name=S4Vectors
pkgver=0.24.0
pkgrel=1
pkgdesc="S4 implementation of vector-like and list-like objects"
url="https://bioconductor.org/packages/release/bioc/html/${_bc_name}.html"
arch=("x86_64")
license=('Artistic-2.0')
depends=('r' 'r-biocgenerics')
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_bc_name}_${pkgver}.tar.gz")
sha1sums=('9e96c9ff857ae4243d346b66e9281404dc3292c1')

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

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