aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/psgrep.rb
blob: 8c2c211bc58bba1221ff988a29f24d0438d2ddb8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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