aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/chruby-fish.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/chruby-fish.rb')
-rw-r--r--Library/Formula/chruby-fish.rb14
1 files changed, 14 insertions, 0 deletions
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