diff options
Diffstat (limited to 'vcpkg/ports/offscale-libetcd-cpp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/offscale-libetcd-cpp/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/offscale-libetcd-cpp/vcpkg.json b/vcpkg/ports/offscale-libetcd-cpp/vcpkg.json new file mode 100644 index 0000000..f2f2ec1 --- /dev/null +++ b/vcpkg/ports/offscale-libetcd-cpp/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "offscale-libetcd-cpp", + "version-date": "2019-07-10", + "port-version": 3, + "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", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |