aboutsummaryrefslogtreecommitdiff
path: root/ports/cpp-redis
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cpp-redis')
-rw-r--r--ports/cpp-redis/CONTROL5
-rw-r--r--ports/cpp-redis/vcpkg.json10
2 files changed, 10 insertions, 5 deletions
diff --git a/ports/cpp-redis/CONTROL b/ports/cpp-redis/CONTROL
deleted file mode 100644
index 702c107a1..000000000
--- a/ports/cpp-redis/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: cpp-redis
-Version: 4.3.1-2
-Build-Depends: tacopie
-Homepage: https://github.com/cpp-redis/cpp_redis
-Description: cpp-redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.
diff --git a/ports/cpp-redis/vcpkg.json b/ports/cpp-redis/vcpkg.json
new file mode 100644
index 000000000..a0b08e18a
--- /dev/null
+++ b/ports/cpp-redis/vcpkg.json
@@ -0,0 +1,10 @@
+{
+ "name": "cpp-redis",
+ "version-string": "4.3.1",
+ "port-version": 3,
+ "description": "cpp-redis is a C++11 Asynchronous Multi-Platform Lightweight Redis Client, with support for synchronous operations and pipelining.",
+ "homepage": "https://github.com/cpp-redis/cpp_redis",
+ "dependencies": [
+ "tacopie"
+ ]
+}