homebrew-cask/Casks/lighttable.rb

20 lines
681 B
Ruby

cask :v1 => 'lighttable' do
version '0.7.2'
sha256 '236bb18d6715ce3095c975871b7c7f495f306a086dce8a50ff35f267a25c5163'
# cloudfront.net is the official download host per the vendor homepage
url "https://d35ac8ww5dfjyg.cloudfront.net/playground/bins/#{version}/LightTableMac.zip"
name 'Light Table'
homepage 'http://www.lighttable.com/'
license :mit
app 'LightTable/LightTable.app'
binary 'LightTable/light'
zap :delete => [
'~/Library/Application Support/LightTable/plugins',
'~/Library/Application Support/LightTable/settings',
'~/Library/Preferences/com.kodowa.LightTable.plist',
]
end