New formula: ruby-build 20110906
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
129c680945
commit
f7cbbefb3d
1 changed files with 14 additions and 0 deletions
14
Formula/ruby-build.rb
Normal file
14
Formula/ruby-build.rb
Normal 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
|
Loading…
Reference in a new issue