summaryrefslogtreecommitdiff
path: root/homebrew/bcrypt/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/bcrypt/.make.sh-auto')
-rw-r--r--homebrew/bcrypt/.make.sh-auto4
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/bcrypt/.make.sh-auto b/homebrew/bcrypt/.make.sh-auto
new file mode 100644
index 000000000..cbd9bc029
--- /dev/null
+++ b/homebrew/bcrypt/.make.sh-auto
@@ -0,0 +1,4 @@
+pkg:setup
+make CC=${PKG_TARG}-clang CFLAGS=${CFLAGS} LDFLAGS=-lz
+bin.install "bcrypt"
+man1.install gzip("bcrypt.1")