diff options
Diffstat (limited to 'vcpkg/ports/s2n/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/s2n/vcpkg.json | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/s2n/vcpkg.json b/vcpkg/ports/s2n/vcpkg.json new file mode 100644 index 0000000..8e2d7ca --- /dev/null +++ b/vcpkg/ports/s2n/vcpkg.json @@ -0,0 +1,24 @@ +{ + "name": "s2n", + "version": "1.5.27", + "description": "C99 implementation of the TLS/SSL protocols.", + "homepage": "https://github.com/aws/s2n-tls", + "license": "Apache-2.0", + "supports": "!uwp & !windows", + "dependencies": [ + "openssl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "tests": { + "description": "Build and run the tests" + } + } +} |