Futubull Legacy For Mac icon

Futubull Legacy For Mac 16.0.14508

Futubull trading application

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    futubull_legacy # Futubull Legacy For Mac
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    futubull_legacy # Futubull Legacy For Mac
  ];
}

Package Definition

{
  "pname": "futubull_legacy",
  "version": "16.0.14508",
  "src": {
    "url": "https://softwaredownload.futunn.com/FTNN_legacy_16.0.14508_Website.dmg",
    "sha256": "252d729d30dc33e35f19c7456a1470e922f36868a0cc752b8224f9051eee5b27"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/FutuNiuniu.app\" && cp -r \"FutuNiuniu.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Futubull trading application",
    "homepage": "https://www.futunn.com/"
  }
}