homebrew-cask/Casks/slate.rb

20 lines
531 B
Ruby

cask :v1 => 'slate' do
version :latest
sha256 :no_check
# ninjamonkeysoftware.com is the official download host per the vendor homepage
url 'http://slate.ninjamonkeysoftware.com/Slate.dmg'
appcast 'https://www.ninjamonkeysoftware.com/slate/appcast.xml'
name 'Slate'
homepage 'https://github.com/jigish/slate'
license :gpl
app 'Slate.app'
zap :delete => [
'~/.slate',
'~/.slate.js',
'~/Library/Application Support/com.slate.Slate',
]
end