Closes Homebrew/homebrew#18757.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Akshay Hegde 2013-03-26 18:25:16 -07:00 committed by Adam Vandenberg
parent 7a2dd07deb
commit dd82a69cbb

View file

@ -2,8 +2,8 @@ require 'formula'
class Tmux < Formula
homepage 'http://tmux.sourceforge.net'
url 'http://sourceforge.net/projects/tmux/files/tmux/tmux-1.7/tmux-1.7.tar.gz'
sha1 'ee6942a1bc3fc650036f26921d80bc4b73d56df6'
url 'http://sourceforge.net/projects/tmux/files/tmux/tmux-1.8/tmux-1.8.tar.gz'
sha1 '08677ea914e1973ce605b0008919717184cbd033'
head 'git://tmux.git.sourceforge.net/gitroot/tmux/tmux'
@ -25,15 +25,6 @@ class Tmux < Formula
system "make install"
(prefix+'etc/bash_completion.d').install "examples/bash_completion_tmux.sh" => 'tmux'
# Install addtional meta file
prefix.install 'NOTES'
end
def caveats; <<-EOS.undent
Additional information can be found in:
#{prefix}/NOTES
EOS
end
def test