cmatrix version 1.2a for OS X
The formula for cmatrix was recently updated to version 1.2a.
To install cmatrix on your Mac, open your Terminal application and run the following commands;
brew update brew install cmatrix
The updated formula is as follows:
1 2 3 4 5 6 7 8 9 10 11 12 13
require 'formula' class Cmatrix < Formula url 'http://www.asty.org/cmatrix/dist/cmatrix-1.2a.tar.gz' homepage 'http://www.asty.org/cmatrix/' md5 'ebfb5733104a258173a9ccf2669968a1' def install system "./configure", "--prefix=#{prefix}", "--mandir=#{man}" system "make" system "make install" end end
Currently cmatrix has no dependencies in homebrew.
See which packages depend on cmatrix.