homebrew-core/Formula/ruby-build.rb
Erik Michaels-Ober a9c4d7cc0c Update ruby-build to v20120524
Closes Homebrew/homebrew#14219.

Signed-off-by: Misty De Meo <mistydemeo@gmail.com>
2012-08-16 09:48:53 -05: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/v20120815'
md5 '0ad932c7809a012894a5e3875abdf196'
head 'https://github.com/sstephenson/ruby-build.git'
def install
ENV['PREFIX'] = prefix
system "./install.sh"
end
end