aboutsummaryrefslogtreecommitdiff
path: root/ports/json-c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/json-c')
-rw-r--r--ports/json-c/CONTROL5
-rw-r--r--ports/json-c/vcpkg.json7
2 files changed, 7 insertions, 5 deletions
diff --git a/ports/json-c/CONTROL b/ports/json-c/CONTROL
deleted file mode 100644
index 3b9076c8c..000000000
--- a/ports/json-c/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: json-c
-Version: 2019-09-10
-Port-Version: 1
-Description: A JSON implementation in C
-Homepage: https://github.com/json-c/json-c
diff --git a/ports/json-c/vcpkg.json b/ports/json-c/vcpkg.json
new file mode 100644
index 000000000..ff61b336e
--- /dev/null
+++ b/ports/json-c/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "json-c",
+ "version-string": "2019-09-10",
+ "port-version": 2,
+ "description": "A JSON implementation in C",
+ "homepage": "https://github.com/json-c/json-c"
+}