aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/botan/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/botan/vcpkg.json')
-rw-r--r--vcpkg/ports/botan/vcpkg.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/vcpkg/ports/botan/vcpkg.json b/vcpkg/ports/botan/vcpkg.json
new file mode 100644
index 0000000..1c2ce26
--- /dev/null
+++ b/vcpkg/ports/botan/vcpkg.json
@@ -0,0 +1,33 @@
+{
+ "name": "botan",
+ "version": "3.7.1",
+ "description": "A cryptography library written in C++11",
+ "homepage": "https://botan.randombit.net",
+ "license": "BSD-2-Clause",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ {
+ "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"
+ ]
+ }
+ }
+}