summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: 45246846e941933d95f917b0b49f90682c02aeff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Maintainer: mh00h <matt.halbert@gmail.com>
pkgname=nextflow
pkgver=19.07.0
pkgrel=1
pkgdesc="A DSL for data-driven computational pipelines"
install=nextflow.install
arch=('any')
url="https://www.nextflow.io"
license=('Apache')
depends=('java-runtime>=8')
source=("https://github.com/nextflow-io/nextflow/releases/download/v${pkgver}/nextflow")
md5sums=('a5ff593271290274e1baaff3f1e980fe')

package() {
    install -D -m755 "${srcdir}/nextflow" "${pkgdir}/usr/bin/nextflow"
}