homebrew-core/Formula/psgrep.rb
Matt Sicker 4673a216c2 psgrep: Use hg repo for head.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2011-06-13 09:44:30 -07:00

13 lines
337 B
Ruby

require 'formula'
class Psgrep < Formula
url 'http://psgrep.googlecode.com/files/psgrep-1.0.6.tar.bz2'
head 'http://psgrep.googlecode.com/hg/', :using => :hg
homepage 'http://code.google.com/p/psgrep/'
sha1 'fe1102546971358a5eff2cff613d70ee63395444'
def install
bin.install "psgrep"
man1.install "psgrep.1"
end
end