summaryrefslogtreecommitdiff
path: root/homebrew/lcrack/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/lcrack/.make.sh-auto')
-rw-r--r--homebrew/lcrack/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/lcrack/.make.sh-auto b/homebrew/lcrack/.make.sh-auto
new file mode 100644
index 000000000..f5302c37c
--- /dev/null
+++ b/homebrew/lcrack/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+pkg:configure
+make
+bin.install "lcrack"
+%w[mktbl mkword regex].each do |prog|
+bin.install prog => "lcrack_#{prog}"