vcpkg/ports/liblzma/vcpkg.json
Kai Pastor 8d59cb32d2
[liblzma] Update wrapper, add feature tools (#24708)
* Fix liblzma wrapper for older CMake

* Add feature for tools

* Update versions

* Test find_package(... REQUIRED)
2022-05-17 16:53:40 -07:00

25 lines
486 B
JSON

{
"name": "liblzma",
"version-semver": "5.2.5",
"port-version": 6,
"description": "Compression library with an API similar to that of zlib.",
"homepage": "https://github.com/xz-mirror/xz",
"license": null,
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build tools",
"supports": "!windows, mingw"
}
}
}