aboutsummaryrefslogtreecommitdiff
path: root/ports/rxcpp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/rxcpp')
-rw-r--r--ports/rxcpp/CONTROL4
-rw-r--r--ports/rxcpp/vcpkg.json7
2 files changed, 7 insertions, 4 deletions
diff --git a/ports/rxcpp/CONTROL b/ports/rxcpp/CONTROL
deleted file mode 100644
index b34395f12..000000000
--- a/ports/rxcpp/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: rxcpp
-Version: 4.1.0-1
-Homepage: https://github.com/Reactive-Extensions/RxCpp
-Description: Reactive Extensions for C++
diff --git a/ports/rxcpp/vcpkg.json b/ports/rxcpp/vcpkg.json
new file mode 100644
index 000000000..013aa46a3
--- /dev/null
+++ b/ports/rxcpp/vcpkg.json
@@ -0,0 +1,7 @@
+{
+ "name": "rxcpp",
+ "version-string": "4.1.0",
+ "port-version": 2,
+ "description": "Reactive Extensions for C++",
+ "homepage": "https://github.com/Reactive-Extensions/RxCpp"
+}