mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
parent
6b805fb77a
commit
cec670c83c
1 changed files with 12 additions and 9 deletions
|
@ -12,17 +12,20 @@ versions:
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
gnu.org/patch: '*'
|
gnu.org/patch: '*'
|
||||||
script: |
|
imagemagick.org: '*' # needs `convert`
|
||||||
if test {{ hw.platform }} = "darwin"; then
|
script:
|
||||||
# needed to work on macOS
|
# the appears to be applied in 5.2.2
|
||||||
patch -p0 < props/Makefile.patch
|
- run: |
|
||||||
fi
|
if test {{ hw.platform }} = "darwin"; then
|
||||||
|
# needed to work on macOS
|
||||||
|
patch -p0 < props/Makefile.patch
|
||||||
|
fi
|
||||||
|
if: <5.2.2
|
||||||
|
|
||||||
make --jobs {{ hw.concurrency }} all
|
- make --jobs {{ hw.concurrency }} all
|
||||||
make install PREFIX="{{ prefix }}"
|
- make install PREFIX="{{ prefix }}"
|
||||||
|
|
||||||
test:
|
test: giftext fixture.gif
|
||||||
giftext fixture.gif
|
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
- bin/gif2rgb
|
- bin/gif2rgb
|
||||||
|
|
Loading…
Reference in a new issue