excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / l / lapce.rb
blob726a9ede0049b8c07e75912614c818f1ece11f96
1 cask "lapce" do
2   version "0.4.2"
3   sha256 "6df0b260d80d00e88155ee669509bc61afab1d2490c846f70d1d537952b1a011"
5   url "https://github.com/lapce/lapce/releases/download/v#{version}/Lapce-macos.dmg",
6       verified: "github.com/lapce/lapce/"
7   name "Lapce"
8   desc "Open source code editor written in Rust"
9   homepage "https://lapce.dev/"
11   app "Lapce.app"
12   binary "#{appdir}/Lapce.app/Contents/MacOS/lapce"
14   uninstall quit: "io.lapce"
16   zap trash: [
17     "~/.lapce",
18     "~/Library/Application Support/dev.lapce.Lapce-Stable",
19     "~/Library/Application Support/Lapce",
20     "~/Library/Saved Application State/io.lapce.savedState",
21   ]
22 end