aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cvsps.rb13
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/cvsps.rb b/Library/Formula/cvsps.rb
new file mode 100644
index 000000000..6f3625f28
--- /dev/null
+++ b/Library/Formula/cvsps.rb
@@ -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