summaryrefslogtreecommitdiff
path: root/homebrew/bcrypt/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/bcrypt/.beer')
-rw-r--r--homebrew/bcrypt/.beer20
1 files changed, 20 insertions, 0 deletions
diff --git a/homebrew/bcrypt/.beer b/homebrew/bcrypt/.beer
new file mode 100644
index 000000000..27a25e18f
--- /dev/null
+++ b/homebrew/bcrypt/.beer
@@ -0,0 +1,20 @@
+{
+ "name": "Bcrypt",
+ "description": "Cross platform file encryption utility using blowfish",
+ "url": "https://bcrypt.sourceforge.io/bcrypt-1.1.tar.gz",
+ "mirror": null,
+ "homepage": "https://bcrypt.sourceforge.io/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\", \"CC=#{ENV.cc}\",",
+ "\"CFLAGS=#{ENV.cflags}\",",
+ "\"LDFLAGS=-lz\"",
+ "bin.install \"bcrypt\"",
+ "man1.install gzip(\"bcrypt.1\")"
+ ],
+ "version": "1.1",
+ "file": "bcrypt.rb"
+} \ No newline at end of file