aboutsummaryrefslogtreecommitdiff
path: root/ports/libconfig
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libconfig')
-rw-r--r--ports/libconfig/CONTROL5
-rw-r--r--ports/libconfig/vcpkg.json7
2 files changed, 7 insertions, 5 deletions
diff --git a/ports/libconfig/CONTROL b/ports/libconfig/CONTROL
deleted file mode 100644
index a13a2c83d..000000000
--- a/ports/libconfig/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: libconfig
-Version: 1.7.3
-Port-Version: 0
-Homepage: https://github.com/hyperrealm/libconfig
-Description: C/C++ library for processing configuration files
diff --git a/ports/libconfig/vcpkg.json b/ports/libconfig/vcpkg.json
new file mode 100644
index 000000000..6acd72878
--- /dev/null
+++ b/ports/libconfig/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "libconfig",
+ "version-string": "1.7.3",
+ "port-version": 1,
+ "description": "C/C++ library for processing configuration files",
+ "homepage": "https://github.com/hyperrealm/libconfig"
+}