homebrew-core/Formula/ruby-build.rb
Michael Hanson 1a53f3bbc8 ruby-build 20120524
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2012-05-26 21:10:45 -07:00

14 lines
343 B
Ruby

require 'formula'
class RubyBuild < Formula
homepage 'https://github.com/sstephenson/ruby-build'
url 'https://github.com/sstephenson/ruby-build/tarball/v20120524'
md5 '76999983d3d21b78306ce0fa863f1f32'
head 'https://github.com/sstephenson/ruby-build.git'
def install
ENV['PREFIX'] = prefix
system "./install.sh"
end
end