vcpkg/ports/libimobiledevice/vcpkg.json
Kai Pastor 7838c255f5
[openssl] Omit emmake (#30400)
* [openssl] Omit emmake

* [libimobiledevice] Fix pkgconf dependency

* [libcaer] Fix pkgconf dependency
2023-03-28 14:49:27 -07:00

24 lines
461 B
JSON

{
"name": "libimobiledevice",
"version": "1.3.17",
"port-version": 3,
"description": "A cross-platform protocol library to communicate with iOS devices",
"homepage": "http://www.libimobiledevice.org",
"license": "LGPL-2.1-only",
"dependencies": [
"dirent",
"getopt",
"libplist",
"libusbmuxd",
"openssl",
{
"name": "pkgconf",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
}
]
}