aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/cryptopp/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/cryptopp/vcpkg.json')
-rw-r--r--vcpkg/ports/cryptopp/vcpkg.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/cryptopp/vcpkg.json b/vcpkg/ports/cryptopp/vcpkg.json
new file mode 100644
index 0000000..1b847b9
--- /dev/null
+++ b/vcpkg/ports/cryptopp/vcpkg.json
@@ -0,0 +1,23 @@
+{
+ "name": "cryptopp",
+ "version": "8.9.0",
+ "port-version": 2,
+ "description": "Crypto++ is a free C++ class library of cryptographic schemes.",
+ "homepage": "https://github.com/weidai11/cryptopp",
+ "license": "BSL-1.0",
+ "dependencies": [
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ],
+ "features": {
+ "pem-pack": {
+ "description": "Crypto++ with PEM pack"
+ }
+ }
+}