aboutsummaryrefslogtreecommitdiff
path: root/ports/sockpp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sockpp')
-rw-r--r--ports/sockpp/CONTROL5
-rw-r--r--ports/sockpp/vcpkg.json8
2 files changed, 8 insertions, 5 deletions
diff --git a/ports/sockpp/CONTROL b/ports/sockpp/CONTROL
deleted file mode 100644
index 90ad9f787..000000000
--- a/ports/sockpp/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: sockpp
-Version: 0.7
-Homepage: https://github.com/fpagliughi/sockpp
-Description: Simple, modern, C++ socket library. This is a fairly low-level C++ wrapper around the Berkeley sockets library using socket, acceptor, and connector classes that are familiar concepts from other languages.
-Supports: !uwp
diff --git a/ports/sockpp/vcpkg.json b/ports/sockpp/vcpkg.json
new file mode 100644
index 000000000..d17daad6d
--- /dev/null
+++ b/ports/sockpp/vcpkg.json
@@ -0,0 +1,8 @@
+{
+ "name": "sockpp",
+ "version-string": "0.7",
+ "port-version": 1,
+ "description": "Simple, modern, C++ socket library. This is a fairly low-level C++ wrapper around the Berkeley sockets library using socket, acceptor, and connector classes that are familiar concepts from other languages.",
+ "homepage": "https://github.com/fpagliughi/sockpp",
+ "supports": "!uwp"
+}