Poker Copilot icon

Poker Copilot 7.60,9572

Online poker HUD and tracking software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    poker-copilot # Poker Copilot
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    poker-copilot # Poker Copilot
  ];
}

Package Definition

{
  "pname": "poker-copilot",
  "version": "7.60,9572",
  "src": {
    "url": "https://static.pokercopilot.com/pokercopilot_macos_7_60_build_9572.dmg",
    "sha256": "96c29a79d4e915d532566cef12c1572e80250d4743209d6f0f01c551a0bb1eb3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Poker Copilot.app\" && cp -r \"Poker Copilot.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Online poker HUD and tracking software",
    "homepage": "https://pokercopilot.com/"
  }
}