homebrew-cask/Casks/logmein-client.rb

11 lines
297 B
Ruby

class LogmeinClient < Cask
version :latest
sha256 :no_check
url 'https://secure.logmein.com/welcome/labs/LogMeInIgnition.dmg'
homepage 'https://secure.logmein.com/products/pro/learnmore/desktopapp.aspx'
license :unknown
app 'LogMeInIgnition.app', :target => 'LogMeIn Client.app'
end