2010-03-08 12:22:58 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Luajit <Formula
|
|
|
|
url 'http://luajit.org/download/LuaJIT-2.0.0-beta4.tar.gz'
|
|
|
|
head 'http://luajit.org/git/luajit-2.0.git', :using => :git
|
2010-09-10 05:37:52 +00:00
|
|
|
homepage 'http://luajit.org/luajit.html'
|
2010-03-08 12:22:58 +00:00
|
|
|
md5 '5c5a9305b3e06765e1dae138e1a95c3a'
|
|
|
|
|
|
|
|
depends_on 'lua'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system "make", "PREFIX=#{prefix}", "install"
|
|
|
|
end
|
|
|
|
end
|