2010-06-06 21:43:57 +00:00
|
|
|
require 'formula'
|
|
|
|
|
2011-03-10 05:11:03 +00:00
|
|
|
class SshCopyId < Formula
|
2010-06-06 21:43:57 +00:00
|
|
|
homepage 'http://openssh.org/'
|
2012-05-29 03:29:32 +00:00
|
|
|
url 'http://ftp.lambdaserver.com/pub/OpenBSD/OpenSSH/portable/openssh-6.0p1.tar.gz'
|
|
|
|
version '6.0p1'
|
|
|
|
sha1 'f691e53ef83417031a2854b8b1b661c9c08e4422'
|
2010-06-06 21:43:57 +00:00
|
|
|
|
|
|
|
def install
|
|
|
|
bin.install 'contrib/ssh-copy-id'
|
|
|
|
man1.install 'contrib/ssh-copy-id.1'
|
|
|
|
end
|
|
|
|
end
|