mirror of
https://github.com/ivabus/pantry
synced 2024-11-13 03:55:18 +03:00
fix(webp)
This commit is contained in:
parent
ceb33b1622
commit
143fd83d06
|
@ -21,13 +21,14 @@ build:
|
||||||
# gnu.org/libtool.org: '*'
|
# gnu.org/libtool.org: '*'
|
||||||
script: |
|
script: |
|
||||||
./configure $ARGS
|
./configure $ARGS
|
||||||
make --jobs {{ hw.concurrency }}
|
make --jobs {{ hw.concurrency }}
|
||||||
make install
|
make install
|
||||||
env:
|
env:
|
||||||
ARGS:
|
ARGS:
|
||||||
- --prefix="{{prefix}}"
|
- --prefix="{{prefix}}"
|
||||||
|
|
||||||
provides:
|
provides:
|
||||||
|
darwin:
|
||||||
- bin/cwebp
|
- bin/cwebp
|
||||||
- bin/dwebp
|
- bin/dwebp
|
||||||
- bin/gif2webp
|
- bin/gif2webp
|
||||||
|
@ -35,6 +36,13 @@ provides:
|
||||||
- bin/vwebp
|
- bin/vwebp
|
||||||
- bin/webpinfo
|
- bin/webpinfo
|
||||||
- bin/webpmux
|
- bin/webpmux
|
||||||
|
linux:
|
||||||
|
- bin/cwebp
|
||||||
|
- bin/dwebp
|
||||||
|
- bin/gif2webp
|
||||||
|
- bin/img2webp
|
||||||
|
- bin/webpinfo
|
||||||
|
- bin/webpmux
|
||||||
|
|
||||||
test:
|
test:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
Loading…
Reference in a new issue