vcpkg/ports/libirecovery/vcpkg.json
Alexander Neumann 9b6870464b
[libirecovery] msbuild (#33174)
* libirecovery msbuild

* v db

* actually use msbuild_install

* add dep

* v db
2023-08-16 12:56:04 -07:00

19 lines
434 B
JSON

{
"name": "libirecovery",
"version": "1.0.25",
"port-version": 8,
"description": "Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux",
"license": "LGPL-2.1-only",
"supports": "windows & !arm64 & !static & !staticcrt & !xbox",
"dependencies": [
"getopt",
"libusbmuxd",
"readline",
{
"name": "vcpkg-msbuild",
"host": true,
"platform": "windows"
}
]
}