homebrew-cask/Casks/lighttable.rb

18 lines
639 B
Ruby
Raw Normal View History

2014-11-14 01:26:15 +08:00
cask :v1 => 'lighttable' do
2014-11-22 23:16:00 +08:00
version '0.7.2'
sha256 '236bb18d6715ce3095c975871b7c7f495f306a086dce8a50ff35f267a25c5163'
2014-09-26 20:09:00 +08:00
url "https://d35ac8ww5dfjyg.cloudfront.net/playground/bins/#{version}/LightTableMac.zip"
homepage 'http://www.lighttable.com/'
2014-12-10 21:49:56 +08:00
license :unknown # todo: improve this machine-generated value
2014-09-16 00:05:51 +08:00
app 'LightTable/LightTable.app'
2014-05-19 04:17:03 +08:00
binary 'LightTable/light'
2014-11-22 22:24:19 +08:00
2014-09-18 19:57:57 +08:00
zap :delete => [
'~/Library/Application Support/LightTable/plugins',
'~/Library/Application Support/LightTable/settings',
'~/Library/Preferences/com.kodowa.LightTable.plist',
]
2013-06-22 18:19:19 +08:00
end