New formula: ruby-build 20110906

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
Joshua Peek 2011-09-06 21:54:03 -05:00 committed by Jack Nagel
parent 129c680945
commit f7cbbefb3d

14
Formula/ruby-build.rb Normal file
View file

@ -0,0 +1,14 @@
require 'formula'
class RubyBuild < Formula
url 'https://github.com/sstephenson/ruby-build/tarball/v20110906.1'
homepage 'https://github.com/sstephenson/ruby-build'
md5 '4e1077ffd9549d502a4ecc86d8360b87'
head 'https://github.com/sstephenson/ruby-build.git'
def install
ENV['PREFIX'] = prefix
system "./install.sh"
end
end