homebrew-core/Formula/ssh-copy-id.rb

14 lines
336 B
Ruby
Raw Normal View History

2010-06-06 21:43:57 +00:00
require 'formula'
2011-03-10 05:11:03 +00:00
class SshCopyId < Formula
url 'http://ftp.lambdaserver.com/pub/OpenBSD/OpenSSH/portable/openssh-5.8p2.tar.gz'
version '5.8p2'
2010-06-06 21:43:57 +00:00
homepage 'http://openssh.org/'
sha1 '64798328d310e4f06c9f01228107520adbc8b3e5'
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