diff options
Diffstat (limited to 'vcpkg/ports/libjuice/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libjuice/vcpkg.json | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/libjuice/vcpkg.json b/vcpkg/ports/libjuice/vcpkg.json new file mode 100644 index 0000000..b9efc31 --- /dev/null +++ b/vcpkg/ports/libjuice/vcpkg.json @@ -0,0 +1,25 @@ +{ + "name": "libjuice", + "version": "1.6.1", + "description": "The library is a simplified implementation of the Interactive Connectivity Establishment (ICE) protocol in C for POSIX platforms (including Linux and Apple macOS) and Microsoft Windows.", + "homepage": "https://github.com/paullouisageneau/libjuice", + "license": "LGPL-2.1-only", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "nettle": { + "description": "Use nettle for HMAC computation instead of the Builtin", + "dependencies": [ + "nettle" + ] + } + } +} |