homebrew-cask/Casks/feed-the-beast.rb

18 lines
448 B
Ruby

cask :v1 => 'feed-the-beast' do
version :latest
sha256 :no_check
# cursecdn.com is the official download host per the vendor homepage
url 'http://ftb.cursecdn.com/FTB2/launcher/FTB_Launcher.zip'
name 'Feed the Beast'
homepage 'http://www.feed-the-beast.com/'
license :apache
app 'Feed The Beast.app'
caveats <<-EOS.undent
#{token} requires Java. You can install the latest version with
brew cask install java
EOS
end