homebrew-cask/Casks/logitech-harmony.rb

21 lines
947 B
Ruby

cask 'logitech-harmony' do
version '7.8.1'
sha256 '13a100211fb18569563c9d9bbe6c231cbfaa50989df0b471703ec942be2ecafb'
# navisite.net is the official download host per the vendor homepage
url "http://logitech-sjca.navisite.net/web/ftp/pub/techsupport/harmony/LogitechHarmonyRemoteSoftware#{version}-OSX.dmg"
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
pkg 'LogitechRemoteSoftware.pkg'
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