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

29 lines
872 B
Ruby

cask "spectacle" do
version "1.2,672"
sha256 "766d5bf3b404ec567110a25de1d221290bc829302283b28ed0fbe73b9557f30c"
url "https://github.com/eczarny/spectacle/releases/download/#{version.csv.first}/Spectacle+#{version.csv.first}.zip",
verified: "github.com/eczarny/spectacle/"
name "Spectacle"
desc "Move and resize windows with ease"
homepage "https://www.spectacleapp.com/"
auto_updates true
app "Spectacle.app"
uninstall quit: "com.divisiblebyzero.Spectacle"
zap trash: [
"~/Library/Application Support/Spectacle",
"~/Library/Caches/com.divisiblebyzero.Spectacle",
"~/Library/Caches/com.plausiblelabs.crashreporter.data/com.divisiblebyzero.Spectacle",
"~/Library/Cookies/com.divisiblebyzero.Spectacle.binarycookies",
"~/Library/Preferences/com.divisiblebyzero.Spectacle.plist",
]
caveats do
discontinued
end
end