homebrew-cask/Casks/logitech-myharmony.rb

15 lines
497 B
Ruby
Raw Normal View History

2014-11-14 01:26:16 +08:00
cask :v1 => 'logitech-myharmony' do
version '1.0'
2014-06-18 00:47:19 +08:00
sha256 '537a11f2174dc748c27aff02bf01569b5bb2c93539b339c6fd61a7da07bb059f'
2014-09-26 20:09:01 +08:00
url "http://app.myharmony.com/prod/mac/#{version}/MyHarmony-App.dmg"
2015-04-12 02:38:34 +08:00
name 'MyHarmony'
homepage 'https://setup.myharmony.com/'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:37:03 +08:00
pkg 'MyHarmonySetup.pkg'
uninstall :quit => 'org.logitech.MyHarmony',
:pkgutil => 'MyHarmony.pkg'
end