aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mussh.rb
blob: 1be078d89bfde8eaf28ec7dca11542286613ec6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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'

  def install
    bin.install 'mussh'
    man1.install 'mussh.1'
  end
end