aboutsummaryrefslogtreecommitdiff
path: root/ports/offscale-libetcd-cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/offscale-libetcd-cpp')
-rw-r--r--ports/offscale-libetcd-cpp/CONTROL5
-rw-r--r--ports/offscale-libetcd-cpp/vcpkg.json11
2 files changed, 11 insertions, 5 deletions
diff --git a/ports/offscale-libetcd-cpp/CONTROL b/ports/offscale-libetcd-cpp/CONTROL
deleted file mode 100644
index e164c928e..000000000
--- a/ports/offscale-libetcd-cpp/CONTROL
+++ /dev/null
@@ -1,5 +0,0 @@
-Source: offscale-libetcd-cpp
-Version: 2019-07-10-1
-Homepage: https://github.com/offscale/libetcd-cpp
-Description: A C++ client library for etcd. etcd is a distributed, reliable key-value store.
-Build-Depends: grpc, protobuf
diff --git a/ports/offscale-libetcd-cpp/vcpkg.json b/ports/offscale-libetcd-cpp/vcpkg.json
new file mode 100644
index 000000000..b6c2f5164
--- /dev/null
+++ b/ports/offscale-libetcd-cpp/vcpkg.json
@@ -0,0 +1,11 @@
+{
+ "name": "offscale-libetcd-cpp",
+ "version-string": "2019-07-10",
+ "port-version": 2,
+ "description": "A C++ client library for etcd. etcd is a distributed, reliable key-value store.",
+ "homepage": "https://github.com/offscale/libetcd-cpp",
+ "dependencies": [
+ "grpc",
+ "protobuf"
+ ]
+}