homebrew-cask/Casks/lighttable.rb

17 lines
586 B
Ruby
Raw Normal View History

class Lighttable < Cask
2014-07-18 05:14:19 +08:00
version '0.6.7'
sha256 'b398d71401abf476fd7f6c36b326d2d4459782783a07e62d2d631a67c1bc1cb3'
2014-09-26 20:09:00 +08:00
url "https://d35ac8ww5dfjyg.cloudfront.net/playground/bins/#{version}/LightTableMac.zip"
homepage 'http://www.lighttable.com/'
2014-10-01 23:33:15 +08:00
license :unknown
2014-09-16 00:05:51 +08:00
app 'LightTable/LightTable.app'
2014-05-19 04:17:03 +08:00
binary 'LightTable/light'
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