vcpkg/ports/libvmdk/vcpkg.json
Jack·Boos·Yu 8ead9c2674
[many ports]switch to vcpkg-cmake / vckg-cmake-config part 3 (#29883)
* [many ports]switch to vcpkg-cmake / vckg-cmake-config part 3

* version

* typo

* version

* typo

* version

* Fix params

* version

* deprecated vcpkg_extract_source_archive_ex

* version

* fix arguments

* version

* Rename argument

* version

* Deprecate vcpkg_extract_source_archive_ex

* version

---------

Co-authored-by: jyu49 <yu_jack@apple.com>
2023-03-07 14:14:52 -08:00

21 lines
416 B
JSON

{
"name": "libvmdk",
"version-string": "20200926",
"port-version": 3,
"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"
]
}