homebrew-cask/Casks/lighttable.rb

21 lines
796 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'lighttable' do
2016-01-24 03:42:49 +08:00
version '0.8.1'
sha256 '423e9caf6db4dfe26a0167ea6ba998d747f233e2cd9cd97b7fee027c5c0c3992'
2015-12-12 05:13:42 +08:00
url "https://github.com/LightTable/LightTable/releases/download/#{version}/lighttable-#{version}-mac.tar.gz"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/LightTable/LightTable/releases.atom',
2016-01-24 03:42:49 +08:00
checkpoint: '6195e1333c6a146c67861a8c7269e8c8405f04d628a0aa4742e159d3bfe98600'
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
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