Poker Copilot icon

Poker Copilot 8.09,9930

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.09,9930",
  "src": {
    "url": "https://static.pokercopilot.com/pokercopilot_macos_8_09_build_9930.dmg",
    "sha256": "901d8662a2c624d7a5594030976d3a37e6d44ad3812eeebcadd6a5abf53f7d26"
  },
  "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/"
  }
}