2011-09-07 02:54:03 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class RubyBuild < Formula
|
|
|
|
homepage 'https://github.com/sstephenson/ruby-build'
|
2013-02-28 00:06:53 +00:00
|
|
|
url 'https://github.com/sstephenson/ruby-build/tarball/v20130227'
|
|
|
|
sha1 '5cdcc5552f2ffb11ea161c98250e4c6153202462'
|
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
|