homebrew-core/Formula/ruby-install.rb

14 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.4.2.tar.gz'
sha1 'f5cb5be73f29a943b291e16926bb71af440eefb7'
head 'https://github.com/postmodern/ruby-install.git'
def install
system 'make', 'install', "PREFIX=#{prefix}"
end
end