VBrokers icon

VBrokers 2.5.709,600001,1743576661

Trading platform

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "vbrokers",
  "version": "2.5.709,600001,1743576661",
  "src": {
    "url": "https://r.hstong.com/public/app/Mac/HSTONG_Mac_600001_2.5.709_1743576661.dmg",
    "sha256": "d791f9031af41f02541eeffb4aac194ed5f027c958768e58307203effae614c9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/VBrokers.app\" && cp -r \"HSTong.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Trading platform",
    "homepage": "https://www.hstong.com/"
  }
}