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

18 lines
406 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 'https://ftb.cursecdn.com/FTB2/launcher/FTB_Launcher.zip'
name 'Feed the Beast'
homepage 'https://www.feed-the-beast.com/'
app 'Feed The Beast.app'
zap trash: '~/Library/Application Support/ftblauncher'
caveats do
depends_on_java
end
end