Added a formula for cvsps.
This commit is contained in:
parent
8b5b16d5a8
commit
43df524f8d
1 changed files with 13 additions and 0 deletions
13
Formula/cvsps.rb
Normal file
13
Formula/cvsps.rb
Normal file
|
@ -0,0 +1,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'
|
||||
version '2.2b1'
|
||||
|
||||
def install
|
||||
system "make"
|
||||
system "prefix=#{prefix} make install"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue