vcpkg/ports/libqcow/vcpkg.json
Nick Renieris 885004a1dd
[libqcow] Update to 20221124 (#29557)
Co-authored-by: nickr <nickr@kryptoslogic.com>
2023-02-13 07:40:51 -08:00

22 lines
443 B
JSON

{
"name": "libqcow",
"version": "20221124",
"description": "Library and tools to access the QEMU Copy-On-Write (QCOW) image format.",
"homepage": "https://github.com/libyal/libqcow",
"license": "LGPL-3.0-or-later",
"supports": "!uwp",
"dependencies": [
"gettext",
"openssl",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}