From eb7bcdcfcedbfeb0922ed9bdfb894f4182ab9a16 Mon Sep 17 00:00:00 2001 From: havenwood Date: Wed, 19 Jun 2013 13:28:42 -0700 Subject: New formula: ruby-install Closes #20610. Signed-off-by: Jack Nagel --- Library/Formula/ruby-install.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 Library/Formula/ruby-install.rb (limited to 'Library/Formula') diff --git a/Library/Formula/ruby-install.rb b/Library/Formula/ruby-install.rb new file mode 100644 index 000000000..fbc3debd2 --- /dev/null +++ b/Library/Formula/ruby-install.rb @@ -0,0 +1,13 @@ +require 'formula' + +class RubyInstall < Formula + homepage 'https://github.com/postmodern/ruby-install#readme' + url 'https://github.com/postmodern/ruby-install/archive/v0.1.4.tar.gz' + sha1 '215454f6917fb4dc2d30b1a220c07be3eb76b0b4' + + head 'https://github.com/postmodern/ruby-install.git' + + def install + system 'make', 'install', "PREFIX=#{prefix}" + end +end -- cgit v1.2.3