Straight Flush icon

Straight Flush 5.3.0

Stock trading software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    ths # Straight Flush
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    ths # Straight Flush
  ];
}

Package Definition

{
  "pname": "ths",
  "version": "5.3.0",
  "src": {
    "url": "https://sp.thsi.cn/staticS3/mobileweb-upload-static-server.file/app_6/downloadcenter/ThsMac5.3.0.dmg",
    "sha256": "b139eff7891eae27e3763737cc9f20e0dc3c0751f73b064e586e54beecb27b15"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/同花顺.app\" && cp -r \"同花顺.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Stock trading software",
    "homepage": "https://download.10jqka.com.cn/free/mac"
  }
}