mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
29 lines
872 B
Ruby
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
|