summaryrefslogtreecommitdiff
path: root/homebrew/cryptopp/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/cryptopp/.beer')
-rw-r--r--homebrew/cryptopp/.beer18
1 files changed, 18 insertions, 0 deletions
diff --git a/homebrew/cryptopp/.beer b/homebrew/cryptopp/.beer
new file mode 100644
index 000000000..9a3dfd019
--- /dev/null
+++ b/homebrew/cryptopp/.beer
@@ -0,0 +1,18 @@
+{
+ "name": "Cryptopp",
+ "description": "Free C++ class library of cryptographic schemes",
+ "url": "https://github.com/weidai11/cryptopp/archive/CRYPTOPP_8_1_0.tar.gz",
+ "mirror": null,
+ "homepage": "https://www.cryptopp.com/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\", \"shared\", \"all\", \"CXX=#{ENV.cxx}\"",
+ "system \"./cryptest.exe\", \"v\"",
+ "system \"make\", \"install\", \"PREFIX=#{prefix}\""
+ ],
+ "version": "8_1_0",
+ "file": "cryptopp.rb"
+} \ No newline at end of file