aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libfido2/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libfido2/vcpkg.json')
-rw-r--r--vcpkg/ports/libfido2/vcpkg.json17
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/libfido2/vcpkg.json b/vcpkg/ports/libfido2/vcpkg.json
new file mode 100644
index 0000000..d289df3
--- /dev/null
+++ b/vcpkg/ports/libfido2/vcpkg.json
@@ -0,0 +1,17 @@
+{
+ "name": "libfido2",
+ "version": "1.16.0",
+ "description": "Provides library functionality to communicate with a FIDO device over USB, and to verify attestation and assertion signatures.",
+ "homepage": "https://developers.yubico.com/libfido2/",
+ "license": "BSD-2-Clause",
+ "supports": "!android & !uwp",
+ "dependencies": [
+ "libcbor",
+ "openssl",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ "zlib"
+ ]
+}