diff options
Diffstat (limited to 'vcpkg/ports/libu2f-server/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libu2f-server/vcpkg.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vcpkg/ports/libu2f-server/vcpkg.json b/vcpkg/ports/libu2f-server/vcpkg.json new file mode 100644 index 0000000..a3e291e --- /dev/null +++ b/vcpkg/ports/libu2f-server/vcpkg.json @@ -0,0 +1,16 @@ +{ + "name": "libu2f-server", + "version": "1.1.0", + "port-version": 5, + "description": "Yubico Universal 2nd Factor (U2F) Server C Library", + "homepage": "https://developers.yubico.com/libu2f-server/", + "supports": "(x86 | x64) & windows", + "dependencies": [ + "json-c", + "openssl", + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |