homebrew-cask/Casks/quick-hue.rb

8 lines
204 B
Ruby

class QuickHue < Cask
url 'https://github.com/danparsons/QuickHue/raw/master/QuickHue.zip'
homepage 'https://github.com/danparsons/QuickHue'
version 'latest'
no_checksum
link 'QuickHue.app'
end