diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/ssh-copy-id.rb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/Library/Formula/ssh-copy-id.rb b/Library/Formula/ssh-copy-id.rb new file mode 100644 index 000000000..21ee0ff68 --- /dev/null +++ b/Library/Formula/ssh-copy-id.rb @@ -0,0 +1,13 @@ +require 'formula' + +class SshCopyId <Formula + url 'http://ftp.heanet.ie/pub/OpenBSD/OpenSSH/portable/openssh-5.5p1.tar.gz' + version '5.5p1' + homepage 'http://openssh.org/' + md5 '88633408f4cb1eb11ec7e2ec58b519eb' + + def install + bin.install 'contrib/ssh-copy-id' + man1.install 'contrib/ssh-copy-id.1' + end +end |
