From f6af474c5a60e53339844c4d9127a1a53a1ae672 Mon Sep 17 00:00:00 2001 From: CayOest <61513085+CayOest@users.noreply.github.com> Date: Thu, 13 Oct 2022 03:14:17 +0200 Subject: [PATCH] Replace CONTROL by vcpkg.json (#176) --- vcpkg/etcd-cpp-apiv3/CONTROL | 6 ------ vcpkg/etcd-cpp-apiv3/vcpkg.json | 16 ++++++++++++++++ 2 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 vcpkg/etcd-cpp-apiv3/CONTROL create mode 100644 vcpkg/etcd-cpp-apiv3/vcpkg.json diff --git a/vcpkg/etcd-cpp-apiv3/CONTROL b/vcpkg/etcd-cpp-apiv3/CONTROL deleted file mode 100644 index c62b3b0..0000000 --- a/vcpkg/etcd-cpp-apiv3/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: etcd-cpp-apiv3 -Version: 0.2.8 -Homepage: https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3 -Description: The etcd-cpp-apiv3 is a C++ API for etcd's v3 client API, i.e., ETCDCTL_API=3. -Build-Depends: boost-asio, boost-system, boost-thread, boost-random, - cpprestsdk, grpc, openssl, protobuf diff --git a/vcpkg/etcd-cpp-apiv3/vcpkg.json b/vcpkg/etcd-cpp-apiv3/vcpkg.json new file mode 100644 index 0000000..714fe60 --- /dev/null +++ b/vcpkg/etcd-cpp-apiv3/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "etcd-cpp-apiv3", + "version-string": "0.2.8", + "description": "The etcd-cpp-apiv3 is a C++ API for etcd's v3 client API, i.e., ETCDCTL_API=3.", + "homepage": "https://github.com/etcd-cpp-apiv3/etcd-cpp-apiv3", + "dependencies": [ + "boost-asio", + "boost-random", + "boost-system", + "boost-thread", + "cpprestsdk", + "grpc", + "openssl", + "protobuf" + ] +}