diff options
Diffstat (limited to 'homebrew/crunch/.make.sh-auto')
-rw-r--r-- | homebrew/crunch/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/crunch/.make.sh-auto b/homebrew/crunch/.make.sh-auto new file mode 100644 index 000000000..60ca08f95 --- /dev/null +++ b/homebrew/crunch/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +make CC=${PKG_TARG}-clang LFS=-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 +bin.install "crunch" +man1.install "crunch.1" +share.install Dir["*.lst"] |