homebrew-cask/Casks/lighttable.rb

20 lines
718 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lighttable' do
2015-12-12 05:13:42 +08:00
version '0.8.0'
sha256 'e8f22456ec9aa0233d8eb407ce49455c728ecf24dc8c0b2e535a9d905173460c'
2015-12-12 05:13:42 +08:00
url "https://github.com/LightTable/LightTable/releases/download/#{version}/lighttable-#{version}-mac.tar.gz"
appcast 'https://github.com/LightTable/LightTable/releases.atom'
2015-04-09 02:28:29 +08:00
name 'Light Table'
homepage 'http://www.lighttable.com/'
license :mit
2015-12-12 05:13:42 +08:00
app "lighttable-#{version}-mac/LightTable.app"
binary "lighttable-#{version}-mac/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