Poker Copilot icon

Poker Copilot 7.57,9530

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.57,9530",
  "src": {
    "url": "https://static.pokercopilot.com/pokercopilot_macos_7_57_build_9530.dmg",
    "sha256": "a00892993eba1f4bbbd1972a5e5309bb32d0148de484bd860477ad97541e9e96"
  },
  "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/"
  }
}