homebrew-cask/Casks/textmate.rb

24 lines
961 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'textmate' do
2016-05-29 03:40:40 +08:00
version '2.0-beta.9.2'
sha256 '7ab6f15623330f40e5e022273438099b80a1c0160385f55dadb449b39d899a79'
2015-01-19 10:27:47 +08:00
# textmate.org is the official download host per the vendor homepage
2015-08-02 01:11:41 +08:00
url "https://api.textmate.org/downloads/TextMate_#{version}.tbz"
2015-05-04 04:44:21 +08:00
name 'TextMate'
homepage 'https://macromates.com/'
2015-04-19 20:05:53 +08:00
license :gpl
2014-09-16 00:06:28 +08:00
app 'TextMate.app'
binary 'TextMate.app/Contents/Resources/mate'
2014-11-22 22:24:21 +08:00
zap delete: [
'~/Library/Application Support/Avian',
'~/Library/Application Support/TextMate',
'~/Library/Preferences/com.macromates.TextMate.preview.LSSharedFileList.plist',
'~/Library/Preferences/com.macromates.TextMate.preview.plist',
'~/Library/Preferences/com.macromates.textmate.webpreview.plist',
'~/Library/Preferences/com.macromates.textmate.plist',
'~/Library/Preferences/com.macromates.textmate.latex_config.plist',
]
2012-10-27 23:15:38 +08:00
end