vcpkg/ports/idevicerestore/vcpkg.json
Alexander Neumann 9f3362129f
[idevicerestore] msbuild (#33151)
* [idevicerestore] msbuild

* port version

* v db

* add dependencies

* format manifest

* v db

* fix install of copyright

* v db
2023-08-17 14:21:53 -07:00

22 lines
396 B
JSON

{
"name": "idevicerestore",
"version": "1.0.12",
"port-version": 8,
"description": "Restore/upgrade firmware of iOS devices",
"supports": "windows",
"dependencies": [
"curl",
"libimobiledevice",
"libirecovery",
"libzip",
{
"name": "vcpkg-msbuild",
"host": true,
"features": [
"pkg-config"
],
"platform": "windows"
}
]
}