homebrew-cask/Casks/logitech-myharmony.rb

15 lines
485 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'logitech-myharmony' do
version '1.0'
2014-06-18 00:47:19 +08:00
sha256 '537a11f2174dc748c27aff02bf01569b5bb2c93539b339c6fd61a7da07bb059f'
url "https://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