homebrew-cask/Casks/logitech-harmony.rb

21 lines
957 B
Ruby
Raw Normal View History

2014-11-14 01:26:16 +08:00
cask :v1 => 'logitech-harmony' do
2014-01-29 03:32:44 +08:00
version '7.8.1'
sha256 '13a100211fb18569563c9d9bbe6c231cbfaa50989df0b471703ec942be2ecafb'
# navisite.net is the official download host per the vendor homepage
2014-09-26 20:09:01 +08:00
url "http://logitech-sjca.navisite.net/web/ftp/pub/techsupport/harmony/LogitechHarmonyRemoteSoftware#{version}-OSX.dmg"
2015-04-12 02:37:39 +08:00
name 'Logitech Harmony Remote Software'
homepage 'http://www.logitech.com/en-us/support/universal-remotes'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:37:03 +08:00
pkg 'LogitechRemoteSoftware.pkg'
2014-01-29 03:32:44 +08:00
uninstall :quit => 'com.logitech.harmony.cappuccino.client.logitech',
:kext => [
'com.RemoteControl.USBLAN.usbpart',
'com.Belcarra.iokit.USBLAN_netpart',
'com.Belcarra.iokit.USBLAN_usbpart',
],
:pkgutil => 'com.logitech.harmony.logitechRemoteSoftware.*'
end