Files
homebrew-cask/Casks/l/lighttable.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

20 lines
637 B
Ruby

cask "lighttable" do
version "0.8.1"
sha256 "423e9caf6db4dfe26a0167ea6ba998d747f233e2cd9cd97b7fee027c5c0c3992"
url "https://github.com/LightTable/LightTable/releases/download/#{version}/lighttable-#{version}-mac.tar.gz",
verified: "github.com/LightTable/LightTable/"
name "Light Table"
desc "IDE"
homepage "http://lighttable.com/"
app "lighttable-#{version}-mac/LightTable.app"
binary "lighttable-#{version}-mac/light"
zap trash: [
"~/Library/Application Support/LightTable/plugins",
"~/Library/Application Support/LightTable/settings",
"~/Library/Preferences/com.kodowa.LightTable.plist",
]
end