homebrew-cask/Casks/flux.rb

19 lines
369 B
Ruby

cask :v1 => 'flux' do
version :latest
sha256 :no_check
url 'https://justgetflux.com/mac/Flux.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
zap :delete => '~/Library/Preferences/org.herf.Flux.plist'
end