aboutsummaryrefslogtreecommitdiff
path: root/ports/libconfuse
diff options
context:
space:
mode:
Diffstat (limited to 'ports/libconfuse')
-rw-r--r--ports/libconfuse/CONTROL4
-rw-r--r--ports/libconfuse/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/libconfuse/CONTROL b/ports/libconfuse/CONTROL
deleted file mode 100644
index 15044cce3..000000000
--- a/ports/libconfuse/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: libconfuse
-Version: 2019-07-14
-Description: Small configuration file parser library for C
-Homepage: https://github.com/martinh/libconfuse
diff --git a/ports/libconfuse/vcpkg.json b/ports/libconfuse/vcpkg.json
new file mode 100644
index 000000000..2a9a604f5
--- /dev/null
+++ b/ports/libconfuse/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "libconfuse",
+ "version-string": "2019-07-14",
+ "port-version": 1,
+ "description": "Small configuration file parser library for C",
+ "homepage": "https://github.com/martinh/libconfuse"
+}