aboutsummaryrefslogtreecommitdiff
path: root/ports/fastrtps
diff options
context:
space:
mode:
Diffstat (limited to 'ports/fastrtps')
-rw-r--r--ports/fastrtps/CONTROL5
-rw-r--r--ports/fastrtps/vcpkg.json14
2 files changed, 14 insertions, 5 deletions
diff --git a/ports/fastrtps/CONTROL b/ports/fastrtps/CONTROL
deleted file mode 100644
index 8d52ba9a2..000000000
--- a/ports/fastrtps/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: fastrtps
-Version: 2.0.1
-Homepage: https://www.eprosima.com/
-Description: Eprosima Fast RTPS is a C++ implementation of the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium.
-Build-Depends: openssl, asio, tinyxml2, fastcdr, foonathan-memory \ No newline at end of file
diff --git a/ports/fastrtps/vcpkg.json b/ports/fastrtps/vcpkg.json
new file mode 100644
index 000000000..c214822af
--- /dev/null
+++ b/ports/fastrtps/vcpkg.json
@@ -0,0 +1,14 @@
+{
+ "name": "fastrtps",
+ "version-string": "2.0.1",
+ "port-version": 1,
+ "description": "Eprosima Fast RTPS is a C++ implementation of the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium.",
+ "homepage": "https://www.eprosima.com/",
+ "dependencies": [
+ "asio",
+ "fastcdr",
+ "foonathan-memory",
+ "openssl",
+ "tinyxml2"
+ ]
+}