homebrew-core/Formula/pwnat.rb

13 lines
287 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Pwnat < Formula
2010-04-13 03:23:31 +00:00
url 'http://samy.pl/pwnat/pwnat-0.3-beta.tgz'
homepage 'http://samy.pl/pwnat/'
2010-04-13 03:23:31 +00:00
md5 'd1f2b556a32669484f0358d009a20feb'
def install
2012-02-11 03:35:00 +00:00
system "make", "CC=#{ENV.cc}", "CFLAGS=#{ENV.cflags}", "LDFLAGS=-lz"
bin.install "pwnat"
end
end