From d4f003c33f5d34c56a14b863e19a02d3a002447f Mon Sep 17 00:00:00 2001 From: Jean Mertz Date: Wed, 23 Apr 2014 01:05:18 +0200 Subject: chruby-fish 0.6.0 Thin wrapper around `chruby` to make it work with the Fish shell. See the chruby-fish documentation for more details: https://github.com/JeanMertz/chruby-fish#readme Closes #28623. Signed-off-by: Adam Vandenberg --- Library/Formula/chruby-fish.rb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 Library/Formula/chruby-fish.rb (limited to 'Library/Formula/chruby-fish.rb') diff --git a/Library/Formula/chruby-fish.rb b/Library/Formula/chruby-fish.rb new file mode 100644 index 000000000..0f1a199ec --- /dev/null +++ b/Library/Formula/chruby-fish.rb @@ -0,0 +1,14 @@ +require "formula" + +class ChrubyFish < Formula + homepage "https://github.com/JeanMertz/chruby-fish#readme" + head "https://github.com/JeanMertz/chruby-fish.git" + url "https://github.com/JeanMertz/chruby-fish/archive/v0.6.0.tar.gz" + sha1 "e8262283018137db89ba5031ec088a5df3df19d0" + + depends_on "chruby" => :recommended + + def install + system "make", "install", "PREFIX=#{prefix}" + end +end -- cgit v1.2.3