2013-06-19 20:28:42 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class RubyInstall < Formula
|
|
|
|
homepage 'https://github.com/postmodern/ruby-install#readme'
|
2013-08-07 11:46:32 +00:00
|
|
|
url 'https://github.com/postmodern/ruby-install/archive/v0.3.0.tar.gz'
|
|
|
|
sha1 '5e3044119248f3150d5faf3bbbf7bf48adfb2177'
|
2013-06-19 20:28:42 +00:00
|
|
|
|
|
|
|
head 'https://github.com/postmodern/ruby-install.git'
|
|
|
|
|
|
|
|
def install
|
|
|
|
system 'make', 'install', "PREFIX=#{prefix}"
|
|
|
|
end
|
|
|
|
end
|