2010-06-03 21:18:45 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Psgrep < Formula
|
2011-03-26 19:59:50 +00:00
|
|
|
url 'http://psgrep.googlecode.com/files/psgrep-1.0.6.tar.bz2'
|
2011-06-13 16:31:01 +00:00
|
|
|
head 'http://psgrep.googlecode.com/hg/', :using => :hg
|
2010-06-03 21:18:45 +00:00
|
|
|
homepage 'http://code.google.com/p/psgrep/'
|
2011-03-26 19:59:50 +00:00
|
|
|
sha1 'fe1102546971358a5eff2cff613d70ee63395444'
|
2010-06-03 21:18:45 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install "psgrep"
|
|
|
|
man1.install "psgrep.1"
|
|
|
|
end
|
|
|
|
end
|