homebrew-core/Formula/ruby-install.rb
cmar 2c39204972 ruby-install 0.3.0
Closes Homebrew/homebrew#21726.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-08-07 07:48:31 -07:00

13 lines
364 B
Ruby

require 'formula'
class RubyInstall < Formula
homepage 'https://github.com/postmodern/ruby-install#readme'
url 'https://github.com/postmodern/ruby-install/archive/v0.3.0.tar.gz'
sha1 '5e3044119248f3150d5faf3bbbf7bf48adfb2177'
head 'https://github.com/postmodern/ruby-install.git'
def install
system 'make', 'install', "PREFIX=#{prefix}"
end
end