Poker Copilot icon

Poker Copilot 8.12,10000

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.12,10000",
  "src": {
    "url": "https://static.pokercopilot.com/pokercopilot_macos_8_12_build_10000.dmg",
    "sha256": "a2dcc74451d962f2dffed014c42abf2a6f3ee579d7c288c68e9cb491b0af67fa"
  },
  "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/"
  }
}