Skip to content
Snippets Groups Projects
Verified Commit a7804bd1 authored by David Runge's avatar David Runge :chipmunk:
Browse files

Use bash arrays with one entry per line for easier handling


Signed-off-by: default avatarDavid Runge <dvzrv@archlinux.org>
parent 84779b70
No related branches found
Tags 0.30.0-1
No related merge requests found
......@@ -7,7 +7,12 @@ pkgdesc="PMIx Reference RunTime Environment"
arch=(x86_64)
url="https://github.com/openpmix/prrte"
license=(BSD)
depends=(glibc hwloc libevent openpmix)
depends=(
glibc
hwloc
libevent
openpmix
)
makedepends=(perl)
provides=(libprrte.so)
source=($pkgname-$pkgver.tar.gz::https://github.com/openpmix/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver.tar.gz)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment