Files
homebrew-cask/Casks/s/scoot.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

18 lines
493 B
Ruby

cask "scoot" do
version "1.2"
sha256 "99fb59e9f4e94b9094c4d219c6f376b36a5cb29057b032adc354eda6582c2883"
url "https://github.com/mjrusso/scoot/releases/download/v#{version}/Scoot.app.zip"
name "Scoot"
desc "Keyboard-driven cursor actuator"
homepage "https://github.com/mjrusso/scoot"
app "Scoot.app"
zap trash: [
"~/Library/Application Scripts/com.mjrusso.Scoot",
"~/Library/Containers/com.mjrusso.Scoot",
"~/Library/Preferences/com.mjrusso.Scoot.plist",
]
end