homebrew-cask/Casks/logitech-myharmony.rb

12 lines
353 B
Ruby
Raw Normal View History

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