Poker Copilot icon

Poker Copilot 8.06,9911

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": "8.06,9911",
  "src": {
    "url": "https://static.pokercopilot.com/pokercopilot_macos_8_06_build_9911.dmg",
    "sha256": "3e64b107ca0c6ef5915342d9b83c026c9ae0d53a4db1c4e99f0b441a32d99a74"
  },
  "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/"
  }
}