diff options
Diffstat (limited to 'vcpkg/ports/liblzma/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/liblzma/vcpkg.json | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/vcpkg/ports/liblzma/vcpkg.json b/vcpkg/ports/liblzma/vcpkg.json new file mode 100644 index 0000000..ca9f89d --- /dev/null +++ b/vcpkg/ports/liblzma/vcpkg.json @@ -0,0 +1,22 @@ +{ + "name": "liblzma", + "version": "5.8.1", + "description": "Compression library with an API similar to that of zlib.", + "homepage": "https://tukaani.org/xz/", + "license": null, + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "tools": { + "description": "Build tools" + } + } +} |