aboutsummaryrefslogtreecommitdiff
path: root/ports/simpleini
diff options
context:
space:
mode:
Diffstat (limited to 'ports/simpleini')
-rw-r--r--ports/simpleini/CONTROL4
-rw-r--r--ports/simpleini/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/simpleini/CONTROL b/ports/simpleini/CONTROL
deleted file mode 100644
index 0b51f5268..000000000
--- a/ports/simpleini/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: simpleini
-Version: 2018-08-31-4
-Homepage: https://github.com/brofield/simpleini
-Description: Cross-platform C++ library providing a simple API to read and write INI-style configuration files
diff --git a/ports/simpleini/vcpkg.json b/ports/simpleini/vcpkg.json
new file mode 100644
index 000000000..020a8f5dd
--- /dev/null
+++ b/ports/simpleini/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "simpleini",
+ "version-string": "2018-08-31",
+ "port-version": 5,
+ "description": "Cross-platform C++ library providing a simple API to read and write INI-style configuration files",
+ "homepage": "https://github.com/brofield/simpleini"
+}