vcpkg/ports/libvhdi/vcpkg.json
TomKatom 2cb7bfd2ce
[libvhdi] Initial Port (#36063)
* Add libvhdi library to vcpkg

* Fixed formatting.

* version database.

* Added license.

* Fixed version formatting.

* Updated version.

* Fix osx build.

* Added version.

* Fixed config.h file.

* Added versions.

* Check for linux/fs.h

* Added version.

* Fix include.

* Added version.

* Fixed build.

* Fixed formatting.

* Added version.

* Fixed dependencies.

* Added version.

* Fixed build.

* Fixed formatting.

* Added versions.

* Revert "Added versions."

This reverts commit 94e0c97c74.

* Revert "Fixed formatting."

This reverts commit 29a8590ee0.

* Revert "Fixed build."

This reverts commit 63622e6c3d.

* Revert "Added version."

This reverts commit a9e0110664.

* Revert "Fixed dependencies."

This reverts commit c0517a5f96.

* Use CMake again.

* Fix MacOS build.

* updated version.

* Fixed CMake config.

* Updated version.
2024-02-09 20:03:54 -08:00

21 lines
426 B
JSON

{
"name": "libvhdi",
"version": "20231127",
"description": "Library and tools to access the Virtual Hard Disk (VHD) image format ",
"homepage": "https://github.com/libyal/libvhdi",
"license": "LGPL-3.0-or-later",
"supports": "!uwp",
"dependencies": [
"gettext",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zlib"
]
}