homebrew-cask/Casks/flux.rb

21 lines
463 B
Ruby

cask 'flux' do
version '36-5'
sha256 '83fcca5c8b050da1e898bf9e39e01ba62ba766ecfbebc9ebc50dc910f249f5c6'
url "https://justgetflux.com/mac/Flux#{version}.zip"
appcast 'https://justgetflux.com/mac/macflux.xml'
name 'f.lux'
homepage 'https://justgetflux.com/'
license :gratis
app 'Flux.app'
postflight do
suppress_move_to_applications
end
uninstall :login_item => 'Flux'
zap :delete => '~/Library/Preferences/org.herf.Flux.plist'
end