homebrew-cask/Casks/world-of-tanks.rb

21 lines
586 B
Ruby

cask :v1 => 'world-of-tanks' do
version :latest
sha256 :no_check
# wargaming.net is the official download host per the vendor homepage
url 'http://redirect.wargaming.net/WoT/latest_mac_install_na'
name 'World Of Tanks'
homepage 'http://worldoftanks.com/'
license :gratis
app 'World of Tanks.app'
zap :delete => '~/Documents/World_of_Tanks'
caveats <<-EOS.undent
#{token} is specific to North America; if you're in a different region, you'll need to find your version in caskroom/versions
brew tap caskroom/versions
brew search #{token}
EOS
end