aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pbc/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/pbc/vcpkg.json')
-rw-r--r--vcpkg/ports/pbc/vcpkg.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/vcpkg/ports/pbc/vcpkg.json b/vcpkg/ports/pbc/vcpkg.json
new file mode 100644
index 0000000..3fb364a
--- /dev/null
+++ b/vcpkg/ports/pbc/vcpkg.json
@@ -0,0 +1,24 @@
+{
+ "name": "pbc",
+ "version": "0.5.14",
+ "port-version": 9,
+ "description": "Pairing-Based Crypto library provides low-level routines for pairing-based cryptosystems.",
+ "homepage": "https://crypto.stanford.edu/pbc",
+ "license": "LGPL-3.0",
+ "supports": "!uwp & !arm",
+ "dependencies": [
+ {
+ "name": "gmp",
+ "platform": "!windows"
+ },
+ {
+ "name": "mpir",
+ "platform": "windows"
+ },
+ {
+ "name": "vcpkg-msbuild",
+ "host": true,
+ "platform": "windows"
+ }
+ ]
+}