homebrew-core/Formula/psgrep.rb
Michael Hale e32750e1d6 add psgrep formula
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2010-06-04 22:30:30 -07:00

13 lines
319 B
Ruby

require 'formula'
class Psgrep <Formula
url 'http://psgrep.googlecode.com/files/psgrep-1.0.5.tar.bz2'
head 'http://psgrep.googlecode.com/svn/trunk/'
homepage 'http://code.google.com/p/psgrep/'
md5 'aa09cd7826220fd0ea4c81d74575d065'
def install
bin.install "psgrep"
man1.install "psgrep.1"
end
end