Poker Copilot icon

Poker Copilot 7.62,9641

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.62,9641",
  "src": {
    "url": "https://static.pokercopilot.com/pokercopilot_macos_7_62_build_9641.dmg",
    "sha256": "b54cea2479e20bcdf4244169bac346a038c170cbc002c6d8d39816424ff43eba"
  },
  "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/"
  }
}