2009-10-28 00:03:30 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class Cvsps < Formula
|
2009-10-28 00:03:30 +00:00
|
|
|
url 'http://www.cobite.com/cvsps/cvsps-2.2b1.tar.gz'
|
|
|
|
homepage 'http://www.cobite.com/cvsps/'
|
|
|
|
md5 '997580e8e283034995b9209076858c68'
|
|
|
|
|
|
|
|
def install
|
2010-02-14 00:58:15 +00:00
|
|
|
system "make cvsps"
|
|
|
|
bin.install "cvsps"
|
|
|
|
man1.install gzip("cvsps.1")
|
2009-10-28 00:03:30 +00:00
|
|
|
end
|
|
|
|
end
|