mussh 1.0

Closes Homebrew/homebrew#21479.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
John Claus 2013-07-26 22:24:54 -06:00 committed by Adam Vandenberg
parent e7ed38801f
commit c2864112d3

14
Formula/mussh.rb Normal file
View file

@ -0,0 +1,14 @@
require 'formula'
class Mussh < Formula
homepage 'http://mussh.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/mussh/mussh/1.0/mussh-1.0.tgz'
sha1 'cbb11c1a846c0d92bcae0de0d12376e401aa1846'
head 'cvs://:pserver:anonymous@mussh.cvs.sourceforge.net:/cvsroot/mussh'
def install
bin.install 'mussh'
man1.install 'mussh.1'
end
end