vcpkg/ports/liblzma/vcpkg.json
Kai Pastor 48dcbd29b3
[liblzma] Generally fix output name (#20751)
* Really fix output names

* Fix parameter warning

* Update versions
2021-10-26 22:49:56 -07:00

18 lines
354 B
JSON

{
"name": "liblzma",
"version-semver": "5.2.5",
"port-version": 4,
"description": "Compression library with an API similar to that of zlib.",
"homepage": "hhttps://github.com/xz-mirror/xz",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}