homebrew-cask/Casks/license-control-center.rb

30 lines
1.1 KiB
Ruby

cask 'license-control-center' do
version :latest
sha256 :no_check
url 'http://download.steinberg.net/downloads/eLicenserControl.dmg'
name 'eLicenser Control Center'
homepage 'http://www.steinberg.net/en/company/technologies/elicenser.html'
license :gratis
installer manual: 'eLicenserControlSetup.app'
uninstall delete: [
'/Applications/License Control Center.app',
'/Library/Receipts/eLicenserControl.pkg',
'/Library/Receipts/LCC.pkg',
'/Library/Receipts/NOS.pkg',
'/Library/Receipts/POS.pkg',
]
zap delete: [
'/Library/Application Support/Syncrosoft',
'/Library/Application Support/eLicenser',
'/Library/Syncrosoft',
'/var/db/receipts/com.syncrosoft.*',
'/var/db/receipts/com.eLicenser.*',
'~/Library/Preferences/com.Syncrosoft.LCC.plist',
'~/Library/Saved Application State/com.Syncrosoft.LCC.savedState',
]
end