2011-09-07 02:54:03 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class RubyBuild < Formula
|
|
|
|
homepage 'https://github.com/sstephenson/ruby-build'
|
2012-02-16 21:31:32 +00:00
|
|
|
url 'https://github.com/sstephenson/ruby-build/tarball/v20120216'
|
|
|
|
md5 'a65e73dee5929ffe4366352a9240f0b6'
|
2011-09-07 02:54:03 +00:00
|
|
|
|
|
|
|
head 'https://github.com/sstephenson/ruby-build.git'
|
|
|
|
|
|
|
|
def install
|
|
|
|
ENV['PREFIX'] = prefix
|
|
|
|
system "./install.sh"
|
|
|
|
end
|
|
|
|
end
|