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.
31 lines
958 B
Ruby
31 lines
958 B
Ruby
cask "fsmonitor" do
|
|
version "1.2,137"
|
|
sha256 "f7e78086bbcae56c00582aae04abfe7bbbc50235d0228766d0dbc5b18fa0a3db"
|
|
|
|
url "https://tristan-software.ch/FSMonitor/Archives/FSMonitor_#{version.csv.first}(#{version.csv.second}).zip",
|
|
verified: "tristan-software.ch/FSMonitor/"
|
|
name "FSMonitor"
|
|
homepage "https://fsmonitor.com/"
|
|
|
|
livecheck do
|
|
url "https://fsmonitor.com/FSMonitor/Archives/appcast2.xml"
|
|
strategy :sparkle
|
|
end
|
|
|
|
auto_updates true
|
|
|
|
app "FSMonitor.app"
|
|
|
|
uninstall delete: "/Library/PrivilegedHelperTools/com.tristan.fseventstool",
|
|
launchctl: "com.tristan.fseventstool"
|
|
|
|
zap trash: [
|
|
"/Users/Shared/FSMonitor",
|
|
"~/Library/Application Support/FSMonitor",
|
|
"~/Library/Application Support/com.tristan.FSMonitor",
|
|
"~/Library/Caches/com.tristan.FSMonitor",
|
|
"~/Library/Preferences/com.tristan.FSMonitor.plist",
|
|
"~/Library/Saved Application State/com.tristan.FSMonitor.savedState",
|
|
]
|
|
end
|