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

21 lines
444 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'feed-the-beast' do
2015-01-20 19:22:39 +08:00
version :latest
sha256 :no_check
# ftb.cursecdn.com was verified as official when first introduced to the cask
2015-01-20 19:22:39 +08:00
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
2015-01-20 19:22:39 +08:00
app 'Feed The Beast.app'
zap delete: '~/Library/Application Support/ftblauncher'
2016-01-13 00:58:52 +08:00
caveats do
depends_on_java
end
2015-01-20 19:22:39 +08:00
end