Files
homebrew-cask/Casks/w/website-watchman.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

27 lines
849 B
Ruby

cask "website-watchman" do
version "3.3.1"
sha256 :no_check
url "https://peacockmedia.software/mac/watchman/watchman.dmg"
name "Website Watchman"
desc "Monitor a whole website, part of a website or a single page"
homepage "https://peacockmedia.software/mac/watchman/"
livecheck do
url :homepage
regex(/Version\s+(\d+(?:\.\d+)+)\s*released/i)
end
app "Website Watchman.app"
zap trash: [
"~/Library/Application Support/Watchman",
"~/Library/Caches/com.peacockmedia.watchtower",
"~/Library/HTTPStorages/com.peacockmedia.watchtower",
"~/Library/HTTPStorages/com.peacockmedia.watchtower.binarycookies",
"~/Library/Preferences/com.peacockmedia.watchtower.plist",
"~/Library/Saved Application State/com.peacockmedia.watchtower.savedState",
"~/Library/WebKit/com.peacockmedia.watchtower",
]
end