PageRenderTime 52ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/Casks/yacreader.rb

https://bitbucket.org/JoshHagins/homebrew-cask
Ruby | 12 lines | 9 code | 2 blank | 1 comment | 0 complexity | 32506c35ee04779274cea2076fc9afaf MD5 | raw file
Possible License(s): BSD-3-Clause
  1. cask :v1 => 'yacreader' do
  2. version '7.2.0'
  3. sha256 'e671e2c7914c070bc5ed7144db147d9ab6d6f1bc8a8272673e6dc39cb52b3101'
  4. # bitbucket.org is the official download host per the vendor homepage
  5. url "https://bitbucket.org/luisangelsm/yacreader/downloads/YACReader-#{version}-MacOSX-Intel.dmg"
  6. homepage 'http://www.yacreader.com'
  7. license :oss
  8. app 'YACReader.app'
  9. app 'YACReaderLibrary.app'
  10. end