Skip to content

Commit

Permalink
Remove fishfish
Browse files Browse the repository at this point in the history
Replaced by fish 2.0.
  • Loading branch information
jacknagel committed May 20, 2013
1 parent 577859f commit f4721cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 38 deletions.
1 change: 1 addition & 0 deletions Library/Aliases/fishfish
6 changes: 4 additions & 2 deletions Library/Formula/fish.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@ class Fish < Formula

skip_clean 'share/doc'

conflicts_with "fishfish"

def install
system "autoconf"
system "./configure", "--prefix=#{prefix}"
system "make install"
end

test do
system "fish", "-c", "echo"
end

def caveats; <<-EOS.undent
You will need to add:
#{HOMEBREW_PREFIX}/bin/fish
Expand Down
36 changes: 0 additions & 36 deletions Library/Formula/fishfish.rb

This file was deleted.

0 comments on commit f4721cd

Please sign in to comment.