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/'
|
2012-09-03 18:33:56 +00:00
|
|
|
sha1 '2e2b4504151b6f795c07d01468da7aa0b4dd03fd'
|
2009-10-28 00:03:30 +00:00
|
|
|
|
|
|
|
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
|