diff options
Diffstat (limited to 'vcpkg/ports/libimobiledevice-glue/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libimobiledevice-glue/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/libimobiledevice-glue/vcpkg.json b/vcpkg/ports/libimobiledevice-glue/vcpkg.json new file mode 100644 index 0000000..79b8ab5 --- /dev/null +++ b/vcpkg/ports/libimobiledevice-glue/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "libimobiledevice-glue", + "version-date": "2023-05-13", + "description": "Library with common code used by the libraries and tools around the libimobiledevice project.", + "homepage": "https://libimobiledevice.org/", + "license": "LGPL-2.1-or-later", + "dependencies": [ + "libplist", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |