diff options
Diffstat (limited to 'vcpkg/ports/ideviceinstaller/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/ideviceinstaller/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/ideviceinstaller/vcpkg.json b/vcpkg/ports/ideviceinstaller/vcpkg.json new file mode 100644 index 0000000..0f4071a --- /dev/null +++ b/vcpkg/ports/ideviceinstaller/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "ideviceinstaller", + "version-date": "2023-07-21", + "description": "Manage apps of iOS devices", + "homepage": "https://libimobiledevice.org/", + "license": "LGPL-2.0-or-later", + "supports": "!uwp & !android & !ios & !xbox", + "dependencies": [ + "dirent", + "getopt", + "libimobiledevice", + "libzip", + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |