aboutsummaryrefslogtreecommitdiff
path: root/ports/brynet
diff options
context:
space:
mode:
Diffstat (limited to 'ports/brynet')
-rw-r--r--ports/brynet/CONTROL4
-rw-r--r--ports/brynet/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/brynet/CONTROL b/ports/brynet/CONTROL
deleted file mode 100644
index 7a9bf72ad..000000000
--- a/ports/brynet/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: brynet
-Version: 1.11.0
-Homepage: https://github.com/IronsDu/brynet
-Description: A C++ header only cross platform high performance tcp network library, and support SSL/HTTP/Websocket.
diff --git a/ports/brynet/vcpkg.json b/ports/brynet/vcpkg.json
new file mode 100644
index 000000000..79dec2c58
--- /dev/null
+++ b/ports/brynet/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "brynet",
+ "version-string": "1.11.0",
+ "port-version": 1,
+ "description": "A C++ header only cross platform high performance tcp network library, and support SSL/HTTP/Websocket.",
+ "homepage": "https://github.com/IronsDu/brynet"
+}