aboutsummaryrefslogtreecommitdiff
path: root/ports/mqtt-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/mqtt-cpp')
-rw-r--r--ports/mqtt-cpp/CONTROL5
-rw-r--r--ports/mqtt-cpp/vcpkg.json14
2 files changed, 14 insertions, 5 deletions
diff --git a/ports/mqtt-cpp/CONTROL b/ports/mqtt-cpp/CONTROL
deleted file mode 100644
index 70e7baf10..000000000
--- a/ports/mqtt-cpp/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: mqtt-cpp
-Version: 9.0.0
-Description: Header-only MQTT client/server for C++14 based on Boost.Asio.
-Homepage: https://github.com/redboltz/mqtt_cpp
-Build-Depends: boost-asio, boost-any, boost-multi-index, boost-type-erasure, boost-log
diff --git a/ports/mqtt-cpp/vcpkg.json b/ports/mqtt-cpp/vcpkg.json
new file mode 100644
index 000000000..dac362846
--- /dev/null
+++ b/ports/mqtt-cpp/vcpkg.json
@@ -0,0 +1,14 @@
+{
+ "name": "mqtt-cpp",
+ "version-string": "9.0.0",
+ "port-version": 1,
+ "description": "Header-only MQTT client/server for C++14 based on Boost.Asio.",
+ "homepage": "https://github.com/redboltz/mqtt_cpp",
+ "dependencies": [
+ "boost-any",
+ "boost-asio",
+ "boost-log",
+ "boost-multi-index",
+ "boost-type-erasure"
+ ]
+}