excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / l / lemonlime.rb
blob6d44fdf276e33cb3a4bfd00d2e316142addf0775
1 cask "lemonlime" do
2   arch arm: "arm64", intel: "x86_64"
4   version "0.3.5"
5   sha256 arm:   "ba44fd655b53a2827034e2ddefb60648adbe0cfe390a8163552140e74a2656b5",
6          intel: "500103bc88198b7ad875069d8030d30c5c677cd773196c237f2dc068cc6db038"
8   url "https://github.com/Project-LemonLime/Project_LemonLime/releases/download/#{version}/lemon-Qt6.7.2-Release-#{arch}.dmg"
9   name "lemonlime"
10   desc "Tiny judging environment for OI contest based on Lemon + LemonPlus"
11   homepage "https://github.com/Project-LemonLime/Project_LemonLime"
13   app "lemon.app"
15   zap trash: [
16     "~/Documents/Project_LemonLime",
17     "~/Library/Preferences/com.github.lemonlime.plist",
18     "~/Library/Preferences/com.lemonlime.lemon.plist",
19     "~/Library/Saved Application State/com.github.lemonlime.savedState",
20   ]
21 end