homebrew-cask/Casks/textmate.rb

24 lines
907 B
Ruby
Raw Normal View History

2014-11-14 01:27:08 +08:00
cask :v1 => 'textmate' do
2014-09-17 19:43:04 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
2015-01-19 10:27:47 +08:00
# textmate.org is the official download host per the vendor homepage
url 'https://api.textmate.org/downloads/release'
2015-05-04 04:44:21 +08:00
name 'TextMate'
homepage 'http://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
2014-09-18 19:58:00 +08:00
zap :delete => [
2015-04-19 20:05:53 +08:00
'~/Library/Application Support/Avian',
2014-09-18 19:58:00 +08:00
'~/Library/Application Support/TextMate',
2015-04-19 20:05:53 +08:00
'~/Library/Preferences/com.macromates.TextMate.preview.LSSharedFileList.plist',
'~/Library/Preferences/com.macromates.TextMate.preview.plist',
'~/Library/Preferences/com.macromates.textmate.webpreview.plist',
2014-09-18 19:58:00 +08:00
'~/Library/Preferences/com.macromates.textmate.plist',
'~/Library/Preferences/com.macromates.textmate.latex_config.plist',
]
2012-10-27 23:15:38 +08:00
end