PokerTH icon

PokerTH 2.1.4

Free Texas hold'em poker

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    pokerth # PokerTH
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    pokerth # PokerTH
  ];
}

Package Definition

{
  "pname": "pokerth",
  "version": "2.1.4",
  "src": {
    "url": "https://downloads.sourceforge.net/pokerth/PokerTH-2.1.4-Combined.dmg",
    "sha256": "777f8557bf4474153f554d438ae911b9afc6c77ef779102842577e429ffdabf0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/PokerTH.app\" && cp -r \"PokerTH.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Free Texas hold'em poker",
    "homepage": "https://www.pokerth.net/"
  }
}