Files
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

25 lines
721 B
Ruby

cask "keep" do
version "1.2.0"
sha256 "e5753208da6a1ae9a401e34389fa4cf71080647986981cbe389eed40ba86e9d5"
url "https://github.com/tmcinerney/keep/releases/download/v#{version}/keep.v#{version}.zip"
name "Keep"
desc "Run Google Keep in the menu bar"
homepage "https://github.com/tmcinerney/keep/"
app "Keep.app"
uninstall signal: [
["TERM", "com.electron.keep"],
["TERM", "com.electron.keep.helper"],
]
zap trash: [
"~/Library/Application Support/Keep",
"~/Library/Caches/com.electron.keep",
"~/Library/Preferences/com.electron.keep.plist",
"~/Library/Preferences/com.electron.keep.helper.plist",
"~/Library/Saved Application State/com.electron.keep.savedState",
]
end