diff options
Diffstat (limited to 'vcpkg/ports/libimobiledevice/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libimobiledevice/vcpkg.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/vcpkg/ports/libimobiledevice/vcpkg.json b/vcpkg/ports/libimobiledevice/vcpkg.json new file mode 100644 index 0000000..a288fe6 --- /dev/null +++ b/vcpkg/ports/libimobiledevice/vcpkg.json @@ -0,0 +1,33 @@ +{ + "name": "libimobiledevice", + "version-date": "2023-07-05", + "port-version": 1, + "description": "A cross-platform protocol library to communicate with iOS devices", + "homepage": "http://www.libimobiledevice.org", + "license": "LGPL-2.1-or-later", + "supports": "!uwp", + "dependencies": [ + "dirent", + "libimobiledevice-glue", + "libplist", + "libusbmuxd", + "openssl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "tools": { + "description": "build command line tool", + "supports": "!android & !ios & !xbox", + "dependencies": [ + "getopt" + ] + } + } +} |