summarylogtreecommitdiffstats
path: root/PKGBUILD
blob: b703e0cd326302f92b640a838727c4031fd496d0 (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.04.1
pkgrel=0
pkgdesc="A DSL for data-driven computational pipelines"
arch=('any')
url="https://nextflow.io"
license=('Apache')
depends=('java-runtime>=8')
source=("https://github.com/nextflow-io/nextflow/releases/download/v${pkgver}/nextflow")
md5sums=('a5ff593271290274e1baaff3f1e980fe')

package() {
    NXF_HOME="${HOME}/.local/share/nextflow"
    install -D -m755 "${srcdir}/nextflow" "${pkgdir}/usr/bin/nextflow"
}