diff options
Diffstat (limited to 'vcpkg/ports/guetzli/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/guetzli/vcpkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/vcpkg/ports/guetzli/vcpkg.json b/vcpkg/ports/guetzli/vcpkg.json new file mode 100644 index 0000000..05da33a --- /dev/null +++ b/vcpkg/ports/guetzli/vcpkg.json @@ -0,0 +1,15 @@ +{ + "name": "guetzli", + "version-date": "2020-09-14", + "port-version": 2, + "description": "Perceptual JPEG encoder", + "homepage": "https://github.com/google/guetzli", + "dependencies": [ + "butteraugli", + "libpng", + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |