homebrew-cask/Casks/textmate.rb

15 lines
425 B
Ruby
Raw Normal View History

class Textmate < Cask
2014-09-17 19:43:04 +08:00
version :latest
2014-05-08 20:51:31 +08:00
sha256 :no_check
url 'https://api.textmate.org/downloads/release'
homepage 'http://macromates.com/'
2014-09-16 00:06:28 +08:00
app 'TextMate.app'
2014-09-14 01:19:45 +08:00
zap :files => [
'~/Library/Application Support/TextMate',
'~/Library/Preferences/com.macromates.textmate.plist',
'~/Library/Preferences/com.macromates.textmate.latex_config.plist',
]
2012-10-27 23:15:38 +08:00
end