START icon

START 0.301.22089

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