mussh 1.0
Closes Homebrew/homebrew#21479. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
e7ed38801f
commit
c2864112d3
1 changed files with 14 additions and 0 deletions
14
Formula/mussh.rb
Normal file
14
Formula/mussh.rb
Normal 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
|
Loading…
Reference in a new issue