PokerTH icon

PokerTH 2.0.7

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.0.7",
  "src": {
    "url": "https://downloads.sourceforge.net/pokerth/PokerTH-2.0.7.dmg",
    "sha256": "00075441262752133b85e62ada78798c12fd945e9a7ae9e8b67a30f55f144f67"
  },
  "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/"
  }
}