2013-07-27 04:24:54 +00:00
|
|
|
require 'formula'
|
|
|
|
|
|
|
|
class Mussh < Formula
|
|
|
|
homepage 'http://mussh.sourceforge.net/'
|
2014-02-27 14:19:55 +00:00
|
|
|
url 'https://downloads.sourceforge.net/project/mussh/mussh/1.0/mussh-1.0.tgz'
|
2013-07-27 04:24:54 +00:00
|
|
|
sha1 'cbb11c1a846c0d92bcae0de0d12376e401aa1846'
|
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'mussh'
|
|
|
|
man1.install 'mussh.1'
|
|
|
|
end
|
|
|
|
end
|