vcpkg/ports/botan/vcpkg.json
jim wang 564e69a906
[botan] Update to 3.2.0 (#36211)
* update to 3.2.0

* update version

* fix android

* update version

* fix patch

* update verseion
2024-01-19 11:58:51 -08:00

30 lines
634 B
JSON

{
"name": "botan",
"version": "3.2.0",
"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"
]
}
}
}