summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 1769d179e84bf5559d7900dba901c9495c249a55 (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-biostrings
_bc_name=Biostrings
pkgver=2.50.2
pkgrel=1
pkgdesc="Efficient manipulation of biological strings"
url="https://bioconductor.org/packages/release/bioc/html/${_bc_name}.html"
arch=("x86_64")
license=('Artistic-2.0')
depends=('r' 'r-biocgenerics' 'r-s4vectors' 'r-iranges' 'r-xvector')
source=("https://bioconductor.org/packages/release/bioc/src/contrib/${_bc_name}_${pkgver}.tar.gz")
sha1sums=('970278dcf63fe93f82f85caa76a747a597dad4e3')

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

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