mirror of
https://github.com/ivabus/pantry
synced 2024-11-14 04:25:08 +03:00
fix(webp)
This commit is contained in:
parent
ceb33b1622
commit
143fd83d06
1 changed files with 9 additions and 1 deletions
|
@ -28,6 +28,7 @@ build:
|
||||||
- --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