aboutsummaryrefslogtreecommitdiff
path: root/ports/libimobiledevice
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libimobiledevice')
-rw-r--r--ports/libimobiledevice/CONTROL6
-rw-r--r--ports/libimobiledevice/vcpkg.json14
2 files changed, 14 insertions, 6 deletions
diff --git a/ports/libimobiledevice/CONTROL b/ports/libimobiledevice/CONTROL
deleted file mode 100644
index 3a87a5cfd..000000000
--- a/ports/libimobiledevice/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: libimobiledevice
-Version: 1.3.6
-Port-Version: 1
-Homepage: http://www.libimobiledevice.org
-Description: A cross-platform protocol library to communicate with iOS devices
-Build-Depends: libplist, libusbmuxd, openssl, dirent, getopt
diff --git a/ports/libimobiledevice/vcpkg.json b/ports/libimobiledevice/vcpkg.json
new file mode 100644
index 000000000..2bef34137
--- /dev/null
+++ b/ports/libimobiledevice/vcpkg.json
@@ -0,0 +1,14 @@
+{
+ "name": "libimobiledevice",
+ "version-string": "1.3.6",
+ "port-version": 2,
+ "description": "A cross-platform protocol library to communicate with iOS devices",
+ "homepage": "http://www.libimobiledevice.org",
+ "dependencies": [
+ "dirent",
+ "getopt",
+ "libplist",
+ "libusbmuxd",
+ "openssl"
+ ]
+}