aboutsummaryrefslogtreecommitdiff
path: root/ports/quickfast
diff options
context:
space:
mode:
Diffstat (limited to 'ports/quickfast')
-rw-r--r--ports/quickfast/CONTROL5
-rw-r--r--ports/quickfast/vcpkg.json11
2 files changed, 11 insertions, 5 deletions
diff --git a/ports/quickfast/CONTROL b/ports/quickfast/CONTROL
deleted file mode 100644
index 6f0ff5277..000000000
--- a/ports/quickfast/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: quickfast
-Version: 1.5
-Build-Depends: boost-asio, xerces-c
-Homepage: https://github.com/objectcomputing/quickfast
-Description: QuickFAST is an Open Source native C++ implementation of the FAST Protocol [SM].
diff --git a/ports/quickfast/vcpkg.json b/ports/quickfast/vcpkg.json
new file mode 100644
index 000000000..143f16f99
--- /dev/null
+++ b/ports/quickfast/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "quickfast",
+ "version-string": "1.5",
+ "port-version": 1,
+ "description": "QuickFAST is an Open Source native C++ implementation of the FAST Protocol [SM].",
+ "homepage": "https://github.com/objectcomputing/quickfast",
+ "dependencies": [
+ "boost-asio",
+ "xerces-c"
+ ]
+}