parent
2a96e8b590
commit
b6fbc72b14
1 changed files with 0 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
|||
class TmuxCssh < Formula
|
||||
desc "TMUX with a \"ClusterSSH\"-like behavior"
|
||||
homepage "https://github.com/dennishafemann/tmux-cssh"
|
||||
url "https://github.com/dennishafemann/tmux-cssh/archive/1.0.6-0.tar.gz"
|
||||
version "1.0.6-0"
|
||||
sha256 "0819ede68fcde7df7b86df440790d6be2a45259b5c2af40bbe9b476a1bf54acc"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
depends_on "tmux"
|
||||
|
||||
def install
|
||||
bin.install "tmux-cssh"
|
||||
end
|
||||
|
||||
test do
|
||||
system "#{bin}/tmux-cssh", "--help"
|
||||
end
|
||||
end
|
Loading…
Reference in a new issue