homebrew-cask/Casks/flux.rb

16 lines
412 B
Ruby
Raw Normal View History

class Flux < Cask
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'
2013-06-01 07:51:31 +08:00
link 'Flux.app'
after_install do
# Don't ask to move the app bundle to /Applications
system '/usr/bin/defaults', 'write', 'org.herf.Flux', 'moveToApplicationsFolderAlertSuppress', '-bool', 'true'
end
end