homebrew-cask/Casks/q/quickhue.rb

23 lines
520 B
Ruby

cask "quickhue" do
version "1.3.3"
sha256 :no_check
url "https://github.com/danparsons/QuickHue/raw/master/QuickHue.zip"
name "QuickHue"
desc "Menu bar utility for controlling the Philips Hue lighting system"
homepage "https://github.com/danparsons/QuickHue"
livecheck do
url :url
strategy :extract_plist
end
app "QuickHue.app"
zap trash: [
"~/Library/Application Support/QuickHue",
"~/Library/Caches/cat.moo.QuickHue",
"~/Library/Preferences/cat.moo.QuickHue.plist",
]
end