aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aws-c-auth/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/aws-c-auth/vcpkg.json')
-rw-r--r--vcpkg/ports/aws-c-auth/vcpkg.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/aws-c-auth/vcpkg.json b/vcpkg/ports/aws-c-auth/vcpkg.json
new file mode 100644
index 0000000..8dd1d86
--- /dev/null
+++ b/vcpkg/ports/aws-c-auth/vcpkg.json
@@ -0,0 +1,24 @@
+{
+ "name": "aws-c-auth",
+ "version": "0.9.1",
+ "description": "C99 library implementation of AWS client-side authentication: standard credentials providers and signing.",
+ "homepage": "https://github.com/awslabs/aws-c-auth",
+ "license": "Apache-2.0",
+ "dependencies": [
+ "aws-c-cal",
+ "aws-c-http",
+ "aws-c-sdkutils",
+ {
+ "name": "s2n",
+ "platform": "!uwp & !windows"
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}