homebrew-cask-versions/Casks/hamachi.rb
Brent Langston 78c062eba3 Adding LogMeIn Hamachi client
This links the latest client installer for the
LogMeIn Hamachi service.

closes #1051

Signed-off-by: phinze <paul.t.hinze@gmail.com>
2013-10-20 20:16:49 -05:00

15 lines
399 B
Ruby

class Hamachi < Cask
url 'https://secure.logmein.com/LogMeInHamachi.zip'
homepage 'http://vpn.net'
version 'latest'
no_checksum
link 'LogMeInHamachiInstaller.app'
def caveats
<<-EOS.undent
This Cask downloads the specialized LogMeIn Hamachi installer.
Run it once to install Hamachi:
open '#{self.destination_path}/LogMeInHamachiInstaller.app'
EOS
end
end