vcpkg/ports/botan/vcpkg.json
Kai Pastor e347008886
[botan] Fix android and emscripten (#35318)
* [botan] Fix android and emscripten

* CI
2023-11-29 00:38:04 -08:00

31 lines
655 B
JSON

{
"name": "botan",
"version": "3.1.1",
"port-version": 1,
"description": "A cryptography library written in C++11",
"homepage": "https://botan.randombit.net",
"license": "BSD-2-Clause",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake-get-vars",
"host": true
}
],
"features": {
"amalgamation": {
"description": "Do an amalgamation build of the library"
},
"zlib": {
"description": "Build with zlib. Enable compression pipes.",
"dependencies": [
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
},
"zlib"
]
}
}
}