excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / s / starcraft.rb
blobc684731ddccdad97d253fe5dd519f4fe7e717ca0
1 cask "starcraft" do
2   version "1.18.10.3141"
3   sha256 :no_check
5   url "https://www.battle.net/download/getInstallerForGame?os=MAC&version=LIVE&gameProgram=STARCRAFT",
6       verified: "battle.net/"
7   name "Starcraft"
8   homepage "https://starcraft.com/"
10   livecheck do
11     url :url
12     strategy :extract_plist
13   end
15   depends_on macos: ">= :el_capitan"
17   installer manual: "StarCraft-Setup.app"
19   uninstall delete: "/Applications/StarCraft"
21   zap trash: [
22     "/Users/Shared/Battle.net",
23     "~/Library/Preferences/com.blizzard.Starcraft.plist",
24     "~/Library/Preferences/com.blizzard.systemsurvey.plist",
25     "~/Library/Preferences/net.battle.plist",
26   ]
28   caveats <<~EOS
29     If your installation directory is not /Applications, you will need to
30     uninstall this cask manually.
31   EOS
32 end