homebrew-cask/Casks/porting-kit.rb

26 lines
1.0 KiB
Ruby

cask 'porting-kit' do
version '2.9.526'
sha256 '385631b3040701326230c085e521190f31fcc2a089c4a915640542576a662973'
url "http://portingkit.com/kit/Porting%20Kit%20#{version}.zip"
appcast 'http://portingkit.com/kit/updatecast.xml'
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',
'~/Library/WebKit/edu.ufrj.vitormm.Porting-Kit',
]
end