homebrew-cask-versions/Casks/textmate.rb
2014-09-27 14:24:55 -06:00

15 lines
478 B
Ruby

class Textmate < Cask
version :latest
sha256 :no_check
url 'https://api.textmate.org/downloads/release'
homepage 'http://macromates.com/'
app 'TextMate.app'
binary 'TextMate.app/Contents/Resources/mate'
zap :delete => [
'~/Library/Application Support/TextMate',
'~/Library/Preferences/com.macromates.textmate.plist',
'~/Library/Preferences/com.macromates.textmate.latex_config.plist',
]
end