Poker Copilot icon

Poker Copilot 8.15,10070

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.15,10070",
  "src": {
    "url": "https://static.pokercopilot.com/pokercopilot_macos_8_15_build_10070.dmg",
    "sha256": "9b182eadc90b2adf90c30c38b209d6983c2127641014af1770d980b72f03f22b"
  },
  "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/"
  }
}