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

cask "spectacle-editor" do
version "0.1.6"
sha256 "5dc93387bc6026dd44dbf2f88c9bf7730d931663d5b72f382c0a51bc6c57517b"
url "https://github.com/plotly/spectacle-editor/releases/download/v#{version}/Spectacle.Editor-#{version}.dmg"
name "Spectacle Editor"
desc "Drag and drop Spectacle editor"
homepage "https://github.com/plotly/spectacle-editor"
app "Spectacle Editor.app"
zap trash: [
"~/Library/Application Support/Spectacle Editor",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.formidable.spectacle-editor.sfl*",
"~/Library/Preferences/com.formidable.spectacle-editor.plist",
]
end