diff options
Diffstat (limited to 'homebrew/torrentcheck/.make.sh-auto')
-rw-r--r-- | homebrew/torrentcheck/.make.sh-auto | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/homebrew/torrentcheck/.make.sh-auto b/homebrew/torrentcheck/.make.sh-auto new file mode 100644 index 000000000..b602d31fc --- /dev/null +++ b/homebrew/torrentcheck/.make.sh-auto @@ -0,0 +1,4 @@ +pkg:setup +inreplace "torrentcheck.c", "#include <malloc.h>", "" +ENV.cc torrentcheck.c sha1.c -o torrentcheck *ENV.cflags.to_s.split +bin.install "torrentcheck" |