aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/arcus/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/arcus/vcpkg.json')
-rw-r--r--vcpkg/ports/arcus/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/arcus/vcpkg.json b/vcpkg/ports/arcus/vcpkg.json
new file mode 100644
index 0000000..61a48d4
--- /dev/null
+++ b/vcpkg/ports/arcus/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "arcus",
+ "version-semver": "4.10.0",
+ "port-version": 4,
+ "description": "This library contains C++ bindings for creating a socket in a thread and using this socket to send and receive messages based on the Protocol Buffers library.",
+ "homepage": "https://github.com/Ultimaker/libArcus",
+ "supports": "!uwp",
+ "dependencies": [
+ "protobuf",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}