cmatrix is a terminal screensaver

master
Matthieu 2009-11-18 10:37:16 +01:00 committed by Max Howell
parent 6357959947
commit 326c218e6c
1 changed files with 13 additions and 0 deletions

13
Formula/cmatrix.rb Normal file
View File

@ -0,0 +1,13 @@
require 'formula'
class Cmatrix <Formula
url 'http://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gz'
homepage ''
md5 ''
def install
system "./configure", "--prefix=#{prefix}"
system "make"
system "make install"
end
end