mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 10:21:59 +08:00
7838c255f5
* [openssl] Omit emmake * [libimobiledevice] Fix pkgconf dependency * [libcaer] Fix pkgconf dependency
24 lines
461 B
JSON
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
|
|
}
|
|
]
|
|
}
|