aboutsummaryrefslogtreecommitdiff
path: root/ports/cryptopp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/cryptopp')
-rw-r--r--ports/cryptopp/CONTROL7
-rw-r--r--ports/cryptopp/vcpkg.json12
2 files changed, 12 insertions, 7 deletions
diff --git a/ports/cryptopp/CONTROL b/ports/cryptopp/CONTROL
deleted file mode 100644
index 2cebc7177..000000000
--- a/ports/cryptopp/CONTROL
+++ /dev/null
@@ -1,7 +0,0 @@
-Source: cryptopp
-Version: 8.5.0
-Homepage: https://github.com/weidai11/cryptopp
-Description: Crypto++ is a free C++ class library of cryptographic schemes.
-
-Feature: pem-pack
-Description: Crypto++ with PEM pack
diff --git a/ports/cryptopp/vcpkg.json b/ports/cryptopp/vcpkg.json
new file mode 100644
index 000000000..e75fa2162
--- /dev/null
+++ b/ports/cryptopp/vcpkg.json
@@ -0,0 +1,12 @@
+{
+ "name": "cryptopp",
+ "version-string": "8.5.0",
+ "port-version": 1,
+ "description": "Crypto++ is a free C++ class library of cryptographic schemes.",
+ "homepage": "https://github.com/weidai11/cryptopp",
+ "features": {
+ "pem-pack": {
+ "description": "Crypto++ with PEM pack"
+ }
+ }
+}