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

21 lines
444 B
Ruby

cask 'feed-the-beast' do
version :latest
sha256 :no_check
# ftb.cursecdn.com was verified as official when first introduced to the cask
url 'http://ftb.cursecdn.com/FTB2/launcher/FTB_Launcher.zip'
name 'Feed the Beast'
homepage 'http://www.feed-the-beast.com/'
license :apache
auto_updates true
app 'Feed The Beast.app'
zap delete: '~/Library/Application Support/ftblauncher'
caveats do
depends_on_java
end
end