excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / a / astro-command-center.rb
blob473e2f5ddd651ef73addb8c3ba122f6c5bf03957
1 cask "astro-command-center" do
2   version :latest
3   sha256 :no_check
5   url "https://update.astrogaming.com/kuiper/ASTROCommandCenter.dmg"
6   name "ASTRO Command Center"
7   desc "Full configuration of the adjustable settings for ASTRO devices"
8   homepage "https://www.astrogaming.com/"
10   livecheck do
11     skip "unversioned QT application"
12   end
14   depends_on macos: ">= :mojave"
16   app "ASTRO Command Center.app"
18   zap trash: [
19     "~/Library/Application Support/Astro Gaming",
20     "~/Library/Preferences/com.http-www-astrogaming-com.ASTRO Command Center.plist",
21     "~/Library/Saved Application State/com.astrogaming.acc.savedState",
22   ]
24   caveats do
25     requires_rosetta
26   end
27 end