excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / scoot.rb
blobf3025b44ecc44eb4e93705e65b1f2e1b256d7529
1 cask "scoot" do
2   version "1.2"
3   sha256 "99fb59e9f4e94b9094c4d219c6f376b36a5cb29057b032adc354eda6582c2883"
5   url "https://github.com/mjrusso/scoot/releases/download/v#{version}/Scoot.app.zip"
6   name "Scoot"
7   desc "Keyboard-driven cursor actuator"
8   homepage "https://github.com/mjrusso/scoot"
10   depends_on macos: ">= :big_sur"
12   app "Scoot.app"
14   zap trash: [
15     "~/Library/Application Scripts/com.mjrusso.Scoot",
16     "~/Library/Containers/com.mjrusso.Scoot",
17     "~/Library/Preferences/com.mjrusso.Scoot.plist",
18   ]
19 end