mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
30 lines
948 B
Ruby
30 lines
948 B
Ruby
cask "skitch" do
|
|
version "2.9"
|
|
sha256 "8757600d471ed0cac2cc4242c44f1a3c6f1fffe934037845d23392fc5eb81712"
|
|
|
|
url "https://cdn1.evernote.com/skitch/mac/release/Skitch-#{version}.zip"
|
|
name "Skitch"
|
|
desc "Screen capture tool with mark up and sharing features"
|
|
homepage "https://evernote.com/products/skitch"
|
|
|
|
livecheck do
|
|
skip "No version information available"
|
|
end
|
|
|
|
auto_updates true
|
|
|
|
app "Skitch.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/com.skitch.skitch",
|
|
"~/Library/Application Support/Skitch",
|
|
"~/Library/Caches/com.evernote.ENAttachmentToPDFHelper",
|
|
"~/Library/Caches/com.skitch.skitch",
|
|
"~/Library/Preferences/com.evernote.ENAttachmentToPDFHelper.plist",
|
|
"~/Library/Preferences/com.plasq.skitch.history",
|
|
"~/Library/Preferences/com.plasq.skitch.plist",
|
|
"~/Library/Preferences/com.skitch.skitch.plist",
|
|
"~/Library/Saved Application State/com.skitch.skitch.savedState",
|
|
]
|
|
end
|