tmux 1.8
Closes Homebrew/homebrew#18757. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
7a2dd07deb
commit
dd82a69cbb
1 changed files with 2 additions and 11 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue