homebrew-cask/Casks/flux.rb

18 lines
349 B
Ruby

class Flux < Cask
version :latest
sha256 :no_check
url 'https://justgetflux.com/mac/Flux.zip'
appcast 'https://justgetflux.com/mac/macflux.xml'
homepage 'http://justgetflux.com'
license :unknown
app 'Flux.app'
postflight do
suppress_move_to_applications
end
zap :delete => '~/Library/Preferences/org.herf.Flux.plist'
end