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": "1.1.2",
"src": {
"url": "https://downloads.sourceforge.net/pokerth/PokerTH_1.1.2.dmg",
"sha256": "bce46072dd13ebfa6253a49aca92d9ca28c28f77cb63831d5ed67b7b167ef7a3"
},
"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/"
}
}