mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-02 14:29:07 +08:00
9b6870464b
* libirecovery msbuild * v db * actually use msbuild_install * add dep * v db
19 lines
434 B
JSON
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"
|
|
}
|
|
]
|
|
}
|