summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e1cefdbdf74c..d5847db2d400 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
# Maintainer: mh00h <matt.halbert@gmail.com>
pkgname=nextflow
pkgver=19.04.1
-pkgrel=0
+pkgrel=1
pkgdesc="A DSL for data-driven computational pipelines"
+install=nextflow.install
arch=('any')
url="https://www.nextflow.io"
license=('Apache')
@@ -11,6 +12,5 @@ source=("https://github.com/nextflow-io/nextflow/releases/download/v${pkgver}/ne
md5sums=('a5ff593271290274e1baaff3f1e980fe')
package() {
- NXF_HOME="${HOME}/.local/share/nextflow"
install -D -m755 "${srcdir}/nextflow" "${pkgdir}/usr/bin/nextflow"
}