mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
11 lines
353 B
Ruby
11 lines
353 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/'
|
|
|
|
install 'MyHarmonySetup.pkg'
|
|
uninstall :quit => 'org.logitech.MyHarmony',
|
|
:pkgutil => 'MyHarmony.pkg'
|
|
end
|