vcpkg/ports/libvmdk/vcpkg.json
Vitaliy Didik fefbf7c5aa
[libvmdk] Updated to version 20221124 (#33968)
* [libvmdk] Updated to most recent version 20221124

* [libvmdk] User VERSION variable

* [libvmdk] Updated version file
2023-09-25 23:42:56 -07:00

20 lines
388 B
JSON

{
"name": "libvmdk",
"version": "20221124",
"description": "Library and tools to access the VMware Virtual Disk (VMDK) format",
"homepage": "https://github.com/libyal/libvmdk",
"supports": "!uwp",
"dependencies": [
"gettext",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}