aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cvsps.rb
blob: f9d074c165192c547fc53a290b729a87dc63884e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
require 'formula'

class Cvsps <Formula
  url 'http://www.cobite.com/cvsps/cvsps-2.2b1.tar.gz'
  homepage 'http://www.cobite.com/cvsps/'
  md5 '997580e8e283034995b9209076858c68'

  def install
    system "make cvsps"
    bin.install "cvsps"
    man1.install gzip("cvsps.1")
  end
end