homebrew-core/Formula/mathomatic.rb

14 lines
289 B
Ruby
Raw Normal View History

require 'formula'
class Mathomatic <Formula
2010-11-29 15:40:52 +00:00
url 'http://mathomatic.org/mathomatic-15.3.5.tar.bz2'
homepage 'http://www.mathomatic.org/'
2010-11-29 15:40:52 +00:00
md5 'f348acc2982eb6becbbc52b9883acb99'
def install
ENV['prefix'] = prefix
system "make READLINE=1"
system "make install"
end
end