homebrew-cask/Casks/citrix-receiver.rb

24 lines
893 B
Ruby
Raw Normal View History

2014-11-14 01:25:34 +08:00
cask :v1 => 'citrix-receiver' do
2014-09-17 19:42:41 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
# edgesuite.net is the official download host per the vendor homepage
url 'http://downloadplugins.citrix.com.edgesuite.net/Mac/CitrixReceiverWeb.dmg'
2015-04-05 13:19:10 +08:00
name 'Citrix Receiver'
2015-06-29 14:32:18 +08:00
homepage 'https://www.citrix.com/receiver'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-10 23:36:59 +08:00
pkg 'Install Citrix Receiver.pkg'
2014-03-12 11:35:43 +08:00
uninstall :launchctl => [
'com.citrix.AuthManager_Mac',
'com.citrix.ReceiverHelper',
'com.citrix.ServiceRecords',
],
:quit => [
'Citrix.ServiceRecords',
'com.citrix.ReceiverHelper',
],
2014-03-12 11:35:43 +08:00
:pkgutil => 'com.citrix.ICAClient'
end