homebrew-core/Formula/ruby-install.rb
Shannon Skipper 0e1c477a58 ruby-install 0.2.1
Closes Homebrew/homebrew#20914.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2013-06-29 22:31:20 -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.2.1.tar.gz'
sha1 'f463c92051797c7cf78a1403f409b91d03a01be6'
head 'https://github.com/postmodern/ruby-install.git'
def install
system 'make', 'install', "PREFIX=#{prefix}"
end
end