2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "libirecovery",
|
2023-09-14 07:51:44 +08:00
|
|
|
"version-date": "2023-05-13",
|
2023-12-14 16:07:17 +08:00
|
|
|
"port-version": 2,
|
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",
|
2023-09-14 07:51:44 +08:00
|
|
|
"homepage": "https://libimobiledevice.org/",
|
|
|
|
"license": "LGPL-2.1-or-later",
|
|
|
|
"supports": "!uwp",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
2023-09-14 07:51:44 +08:00
|
|
|
"libimobiledevice-glue",
|
2023-08-17 03:56:04 +08:00
|
|
|
{
|
2023-09-14 07:51:44 +08:00
|
|
|
"name": "libusb",
|
|
|
|
"platform": "!windows & !osx"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
2023-08-17 03:56:04 +08:00
|
|
|
}
|
2023-09-23 07:05:44 +08:00
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
|
|
|
"description": "build command line tool",
|
|
|
|
"supports": "!android & !ios & !xbox",
|
|
|
|
"dependencies": [
|
|
|
|
"getopt",
|
|
|
|
"readline"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|