diff options
Diffstat (limited to 'vcpkg/ports/zopfli/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/zopfli/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/zopfli/vcpkg.json b/vcpkg/ports/zopfli/vcpkg.json new file mode 100644 index 0000000..169bac8 --- /dev/null +++ b/vcpkg/ports/zopfli/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "zopfli", + "version": "1.0.3", + "port-version": 4, + "description": "Zopfli Compression Algorithm compression library programmed in C", + "homepage": "https://github.com/google/zopfli", + "license": "Apache-2.0", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |