mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 16:51:38 +08:00
24 lines
497 B
JSON
24 lines
497 B
JSON
{
|
|
"name": "idevicerestore",
|
|
"version-date": "2023-05-23",
|
|
"description": "Restore/upgrade firmware of iOS devices",
|
|
"homepage": "https://libimobiledevice.org/",
|
|
"license": "LGPL-3.0-or-later",
|
|
"supports": "(!windows & !android & !ios) | mingw",
|
|
"dependencies": [
|
|
"curl",
|
|
"dirent",
|
|
"getopt",
|
|
"libimobiledevice",
|
|
"libimobiledevice-glue",
|
|
"libirecovery",
|
|
"libzip",
|
|
"openssl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
"zlib"
|
|
]
|
|
}
|