mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 17:26:09 +08:00
f0a5a4515b
* Fix ci error * update version * update portfile.cmake * update version
14 lines
334 B
JSON
14 lines
334 B
JSON
{
|
|
"name": "libirecovery",
|
|
"version": "1.0.25",
|
|
"port-version": 6,
|
|
"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",
|
|
"dependencies": [
|
|
"getopt",
|
|
"libusbmuxd",
|
|
"readline"
|
|
]
|
|
}
|