homebrew-core/Formula/pwnat.rb

13 lines
296 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Pwnat < Formula
homepage 'http://samy.pl/pwnat/'
2013-01-28 06:00:01 +00:00
url 'http://samy.pl/pwnat/pwnat-0.3-beta.tgz'
sha1 '6faaeef76a2b62635def8fdef06fce0dfa3e870e'
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