aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/zkpp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/zkpp/vcpkg.json')
-rw-r--r--vcpkg/ports/zkpp/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/zkpp/vcpkg.json b/vcpkg/ports/zkpp/vcpkg.json
new file mode 100644
index 0000000..458242b
--- /dev/null
+++ b/vcpkg/ports/zkpp/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "zkpp",
+ "version": "0.2.3",
+ "port-version": 5,
+ "description": "A ZooKeeper client for C++.",
+ "homepage": "https://github.com/tgockel/zookeeper-cpp",
+ "supports": "!windows",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zookeeper"
+ ]
+}