summaryrefslogtreecommitdiff
path: root/homebrew/torrentcheck/.make.sh-auto
blob: b602d31fc44f4210e088f929602c411b29262ca6 (plain)
1
2
3
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"