aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libvault/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libvault/vcpkg.json')
-rw-r--r--vcpkg/ports/libvault/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/libvault/vcpkg.json b/vcpkg/ports/libvault/vcpkg.json
new file mode 100644
index 0000000..e19234e
--- /dev/null
+++ b/vcpkg/ports/libvault/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "libvault",
+ "version": "0.63.0",
+ "description": "A C++ library for Hashicorp Vault",
+ "homepage": "https://github.com/abedra/libvault",
+ "license": "MIT",
+ "supports": "!uwp",
+ "dependencies": [
+ "curl",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}