diff options
Diffstat (limited to 'vcpkg/ports/libaes-siv/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libaes-siv/vcpkg.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/vcpkg/ports/libaes-siv/vcpkg.json b/vcpkg/ports/libaes-siv/vcpkg.json new file mode 100644 index 0000000..f1dc465 --- /dev/null +++ b/vcpkg/ports/libaes-siv/vcpkg.json @@ -0,0 +1,18 @@ +{ + "name": "libaes-siv", + "version-date": "2020-10-15", + "description": "An RFC5297-compliant C implementation of AES-SIV.", + "homepage": "https://github.com/dfoxfranke/libaes_siv", + "license": "Apache-2.0", + "dependencies": [ + "openssl", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |