Skip to content

Commit

Permalink
New formula for dsh
Browse files Browse the repository at this point in the history
dsh is a distributed ssh utility

Closes Homebrew#4174.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
samdengler authored and MikeMcQuaid committed Feb 27, 2011
1 parent 3de7e69 commit 3c886c9
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Library/Formula/dsh.rb
@@ -0,0 +1,15 @@
require 'formula'

class Dsh <Formula
url 'http://www.netfort.gr.jp/~dancer/software/downloads/dsh-0.25.9.tar.gz'
homepage 'http://www.netfort.gr.jp/~dancer/software/dsh.html.en'
md5 '60734780242172fca9e68d223654292d'

depends_on 'libdshconfig'

def install
system "./configure", "--disable-debug", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
end
end

0 comments on commit 3c886c9

Please sign in to comment.