mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
23 lines
588 B
Ruby
23 lines
588 B
Ruby
cask "flirc" do
|
|
version "3.27.7"
|
|
sha256 "6572ea78e16af124125a14d0d68399049262cd35b1d90897b7c981e1090c3fe4"
|
|
|
|
url "https://flirc.com/software/flirc-usb/GUI/release/mac/Flirc-#{version}.dmg"
|
|
name "Flirc"
|
|
desc "IR USB receiver configurator"
|
|
homepage "https://flirc.com/"
|
|
|
|
livecheck do
|
|
url "https://flirc.com/software/release/gui/mac/appcast.xml"
|
|
strategy :sparkle
|
|
end
|
|
|
|
app "Flirc.app"
|
|
|
|
zap trash: [
|
|
"~/Library/HTTPStorages/com.flirc.Flirc",
|
|
"~/Library/HTTPStorages/com.flirc.Flirc.binarycookies",
|
|
"~/Library/Preferences/com.flirc.Flirc.plist",
|
|
]
|
|
end
|