diff options
| author | autoantwort <41973254+autoantwort@users.noreply.github.com> | 2021-10-15 02:47:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-14 17:47:11 -0700 |
| commit | 70a3c7d3c51f60dbb40fad49ba9ea3fc0fb25b13 (patch) | |
| tree | 50088bbf82bb52414b0c3020ec1cc4db71a9c51f /ports/bext-wintls/vcpkg.json | |
| parent | b7cff0d6f4aea4023e9f400726c5629a9032bf4a (diff) | |
| download | vcpkg-70a3c7d3c51f60dbb40fad49ba9ea3fc0fb25b13.tar.gz vcpkg-70a3c7d3c51f60dbb40fad49ba9ea3fc0fb25b13.zip | |
[bext-wintls] add new port (#20719)
* [bext-wintls] add new port
* delete extra blank lines
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'ports/bext-wintls/vcpkg.json')
| -rw-r--r-- | ports/bext-wintls/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/ports/bext-wintls/vcpkg.json b/ports/bext-wintls/vcpkg.json new file mode 100644 index 000000000..cb39e3137 --- /dev/null +++ b/ports/bext-wintls/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "bext-wintls", + "version": "0.9.5", + "description": "Native Windows TLS stream wrapper for use with boost::asio", + "homepage": "https://github.com/laudrup/boost-wintls", + "supports": "windows", + "dependencies": [ + "boost-asio", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |
