homebrew-core/Formula/mathomatic.rb

14 lines
290 B
Ruby
Raw Normal View History

require 'formula'
2011-03-10 05:11:03 +00:00
class Mathomatic < Formula
url 'http://mathomatic.org/mathomatic-15.7.1.tar.bz2'
homepage 'http://www.mathomatic.org/'
md5 'f8144e9c17edf688cbb296d20efaf808'
def install
ENV['prefix'] = prefix
system "make READLINE=1"
system "make install"
end
end