PageRenderTime 127ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/Casks/phantomjs.rb

https://bitbucket.org/JoshHagins/homebrew-cask
Ruby | 11 lines | 8 code | 2 blank | 1 comment | 0 complexity | 9f2bed764383fdf26ee72deb3265438b MD5 | raw file
Possible License(s): BSD-3-Clause
  1. cask :v1 => 'phantomjs' do
  2. version '1.9.8'
  3. sha256 '8f15043ae3031815dc5f884ea6ffa053d365491b1bc0dc3a0862d5ff1ac20a48'
  4. # bitbucket.org is the official download host per the vendor homepage
  5. url "https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-#{version}-macosx.zip"
  6. homepage 'http://phantomjs.org/'
  7. license :oss
  8. binary "phantomjs-#{version}-macosx/bin/phantomjs"
  9. end