PokerTH icon

PokerTH 2.0.8

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.8",
  "src": {
    "url": "https://downloads.sourceforge.net/pokerth/PokerTH-Widget-2.0.8.dmg",
    "sha256": "c35ba20313883caac2cce5be6910b3c05f3db5f284f509ff12340d7fc0da07c3"
  },
  "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/"
  }
}