aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/aws-c-sdkutils/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/aws-c-sdkutils/vcpkg.json')
-rw-r--r--vcpkg/ports/aws-c-sdkutils/vcpkg.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/aws-c-sdkutils/vcpkg.json b/vcpkg/ports/aws-c-sdkutils/vcpkg.json
new file mode 100644
index 0000000..442a140
--- /dev/null
+++ b/vcpkg/ports/aws-c-sdkutils/vcpkg.json
@@ -0,0 +1,18 @@
+{
+ "name": "aws-c-sdkutils",
+ "version": "0.2.4",
+ "description": "C99 library implementing AWS SDK specific utilities. Includes utilities for ARN parsing, reading AWS profiles, etc...",
+ "homepage": "https://github.com/awslabs/aws-c-sdkutils",
+ "license": "Apache-2.0",
+ "dependencies": [
+ "aws-c-common",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}