homebrew-cask/Casks/logitech-myharmony.rb

12 lines
349 B
Ruby

class LogitechMyharmony < Cask
version '1.0'
sha256 '537a11f2174dc748c27aff02bf01569b5bb2c93539b339c6fd61a7da07bb059f'
url 'http://app.myharmony.com/prod/mac/1.0/MyHarmony-App.dmg'
homepage 'https://setup.myharmony.com/'
pkg 'MyHarmonySetup.pkg'
uninstall :quit => 'org.logitech.MyHarmony',
:pkgutil => 'MyHarmony.pkg'
end