START icon

START 0.301.21019

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.21019",
  "src": {
    "url": "https://imgcdn.start.qq.com/cdn/mac.client/installer/m1/START-Installer-arm-0.301.21019.dmg",
    "sha256": "70aa53e2093500e8cc6bdae15fc55d0996ed4fd327ccfb1caaa0e96e85222833"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/START.app\" && cp -r \"START.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tencent cloud gaming platform",
    "homepage": "https://start.qq.com/"
  }
}