START icon

START 0.301.19071-62

Tencent cloud gaming platform

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    start # START
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    start # START
  ];
}

Package Definition

{
  "pname": "start",
  "version": "0.301.19071-62",
  "src": {
    "url": "https://imgcdn.start.qq.com/cdn/mac.client/installer/m1/START-Installer-arm-0.301.19071-62.dmg",
    "sha256": "4a1ed8919ae9b4cfd6860750d41fbdbe9ae3c17e61fd6de386f04f50df66ce85"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/START.app\" && cp -r \"START.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tencent cloud gaming platform",
    "homepage": "https://start.qq.com/"
  }
}