summaryrefslogtreecommitdiff
path: root/homebrew/crunch/.beer
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/crunch/.beer')
-rw-r--r--homebrew/crunch/.beer19
1 files changed, 19 insertions, 0 deletions
diff --git a/homebrew/crunch/.beer b/homebrew/crunch/.beer
new file mode 100644
index 000000000..e7a6b7d36
--- /dev/null
+++ b/homebrew/crunch/.beer
@@ -0,0 +1,19 @@
+{
+ "name": "Crunch",
+ "description": "Wordlist generator",
+ "url": "https://downloads.sourceforge.net/project/crunch-wordlist/crunch-wordlist/crunch-3.6.tgz",
+ "mirror": null,
+ "homepage": "https://sourceforge.net/projects/crunch-wordlist/",
+ "depends": [],
+ "resource": [],
+ "conflicts": [],
+ "patches": [],
+ "install": [
+ "system \"make\", \"CC=#{ENV.cc}\", \"LFS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64\"",
+ "bin.install \"crunch\"",
+ "man1.install \"crunch.1\"",
+ "share.install Dir[\"*.lst\"]"
+ ],
+ "version": "3.6",
+ "file": "crunch.rb"
+} \ No newline at end of file