Poker Copilot icon

Poker Copilot 7.53,9465

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.53,9465",
  "src": {
    "url": "https://static.pokercopilot.com/pokercopilot_macos_7_53_build_9465.dmg",
    "sha256": "980589c3a5dc042415da24b445fd0cdba64027ecbe4d8b98a10a17f6eca726c3"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Poker Copilot.app\" \"$out/Applications/Poker Copilot.app\""
  ],
  "meta": {
    "description": "Online poker HUD and tracking software",
    "homepage": "https://pokercopilot.com/"
  }
}