diff options
Diffstat (limited to 'vcpkg/ports/baresip-libre/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/baresip-libre/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/baresip-libre/vcpkg.json b/vcpkg/ports/baresip-libre/vcpkg.json new file mode 100644 index 0000000..46611c4 --- /dev/null +++ b/vcpkg/ports/baresip-libre/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "baresip-libre", + "version": "3.23.0", + "description": "Generic library for real-time communications with async IO support", + "homepage": "https://github.com/baresip/re", + "license": "BSD-3-Clause", + "supports": "!uwp", + "dependencies": [ + "openssl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + }, + "zlib" + ] +} |