homebrew-cask/Casks/porting-kit.rb

26 lines
1.1 KiB
Ruby

cask 'porting-kit' do
version '2.9.201'
sha256 '8884a88d074ab5900c24057b7090da6cdf86aabf2ae9ca3632fbe2dbefeb6e6f'
url "http://portingkit.com/kit/Porting%20Kit%20#{version}.zip"
appcast 'http://portingkit.com/kit/updatecast.xml',
checkpoint: '87ac90ea6fdc4ae2d1b245b82de73700bde49e992aee53af590656a6ea5a29ee'
name 'Porting Kit'
homepage 'http://portingkit.com/en/'
auto_updates true
conflicts_with cask: 'porting-kit-legacy'
depends_on macos: '>= :mountain_lion'
app 'Porting Kit.app'
zap trash: [
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/edu.ufrj.vitormm.porting-kit.sfl*',
'~/Library/Application Support/Porting-Kit',
'~/Library/Caches/edu.ufrj.vitormm.Porting-Kit',
'~/Library/Cookies/edu.ufrj.vitormm.Porting-Kit.binarycookies',
'~/Library/Preferences/edu.ufrj.vitormm.Porting-Kit.plist',
'~/Library/Saved Application State/edu.ufrj.vitormm.Porting-Kit.savedState',
]
end