aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/abumq-ripe/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/abumq-ripe/vcpkg.json')
-rw-r--r--vcpkg/ports/abumq-ripe/vcpkg.json25
1 files changed, 25 insertions, 0 deletions
diff --git a/vcpkg/ports/abumq-ripe/vcpkg.json b/vcpkg/ports/abumq-ripe/vcpkg.json
new file mode 100644
index 0000000..7cf8e33
--- /dev/null
+++ b/vcpkg/ports/abumq-ripe/vcpkg.json
@@ -0,0 +1,25 @@
+{
+ "name": "abumq-ripe",
+ "version": "4.2.2",
+ "description": "Lightweight cryptography library wrapper",
+ "homepage": "https://github.com/abumq/ripe",
+ "license": "Apache-2.0",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "cryptopp",
+ "features": [
+ "pem-pack"
+ ]
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ },
+ "zlib"
+ ]
+}