aboutsummaryrefslogtreecommitdiff
path: root/ports/libideviceactivation
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libideviceactivation')
-rw-r--r--ports/libideviceactivation/CONTROL4
-rw-r--r--ports/libideviceactivation/vcpkg.json12
2 files changed, 12 insertions, 4 deletions
diff --git a/ports/libideviceactivation/CONTROL b/ports/libideviceactivation/CONTROL
deleted file mode 100644
index 24bec86a7..000000000
--- a/ports/libideviceactivation/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: libideviceactivation
-Version: 1.2.235
-Description: A library to handle the activation process of iOS devices
-Build-Depends: libimobiledevice, libxml2, curl, libplist
diff --git a/ports/libideviceactivation/vcpkg.json b/ports/libideviceactivation/vcpkg.json
new file mode 100644
index 000000000..6a864bd00
--- /dev/null
+++ b/ports/libideviceactivation/vcpkg.json
@@ -0,0 +1,12 @@
+{
+ "name": "libideviceactivation",
+ "version-string": "1.2.235",
+ "port-version": 1,
+ "description": "A library to handle the activation process of iOS devices",
+ "dependencies": [
+ "curl",
+ "libimobiledevice",
+ "libplist",
+ "libxml2"
+ ]
+}