mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
fix(parallel)
requires perl
This commit is contained in:
parent
9365c3e4cd
commit
647b908a83
1 changed files with 4 additions and 1 deletions
|
@ -9,6 +9,9 @@ versions:
|
||||||
- /^parallel-/
|
- /^parallel-/
|
||||||
- /\.tar\.bz2$/
|
- /\.tar\.bz2$/
|
||||||
|
|
||||||
|
dependencies:
|
||||||
|
perl.org: 5
|
||||||
|
|
||||||
build:
|
build:
|
||||||
script:
|
script:
|
||||||
- ./configure --prefix={{prefix}}
|
- ./configure --prefix={{prefix}}
|
||||||
|
@ -28,4 +31,4 @@ provides:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
- parallel --will-cite echo ':::' test test | grep 'test'
|
- parallel --will-cite echo ':::' test test | grep 'test'
|
||||||
- parallel --version | grep {{version.raw}}
|
- parallel --version | grep {{version.raw}}
|
||||||
|
|
Loading…
Reference in a new issue