homebrew-cask/Casks/flux.rb

18 lines
485 B
Ruby
Raw Normal View History

class Flux < Cask
2014-09-17 19:42:45 +08:00
version :latest
sha256 :no_check
url 'https://justgetflux.com/mac/Flux.zip'
2014-05-14 21:40:00 +08:00
appcast 'https://justgetflux.com/mac/macflux.xml'
homepage 'http://justgetflux.com'
2014-10-01 23:32:54 +08:00
license :unknown
2014-09-16 00:05:35 +08:00
app 'Flux.app'
2014-09-09 20:55:26 +08:00
postflight do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'org.herf.Flux', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
2014-09-18 19:57:56 +08:00
zap :delete => '~/Library/Preferences/org.herf.Flux.plist'
end