homebrew-cask/Casks/grooveshark.rb

16 lines
340 B
Ruby

class Grooveshark < Cask
version :latest
sha256 :no_check
url 'http://adops-fio.grooveshark.com/desktop-app/downloads/grooveshark.zip'
homepage 'http://www.grooveshark.com'
license :unknown
app 'Grooveshark.app'
caveats <<-EOS.undent
#{title} requires Adobe Flash, available via
brew cask install flash
EOS
end