2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "libirecovery",
|
2022-12-14 11:13:11 +08:00
|
|
|
"version": "1.0.25",
|
2023-08-17 03:56:04 +08:00
|
|
|
"port-version": 8,
|
2021-09-09 16:24:04 +08:00
|
|
|
"description": "Library and utility to talk to iBoot/iBSS via USB on Mac OS X, Windows, and Linux",
|
2022-12-14 11:13:11 +08:00
|
|
|
"license": "LGPL-2.1-only",
|
2023-06-16 05:49:00 +08:00
|
|
|
"supports": "windows & !arm64 & !static & !staticcrt & !xbox",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
|
|
|
"getopt",
|
|
|
|
"libusbmuxd",
|
2023-08-17 03:56:04 +08:00
|
|
|
"readline",
|
|
|
|
{
|
|
|
|
"name": "vcpkg-msbuild",
|
|
|
|
"host": true,
|
|
|
|
"platform": "windows"
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
]
|
|
|
|
}
|