Futubull Legacy For Mac icon

Futubull Legacy For Mac 15.45.14408

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": "15.45.14408",
  "src": {
    "url": "https://softwaredownload.futunn.com/FTNN_legacy_15.45.14408_Website.dmg",
    "sha256": "60b3de00a4f1d583619b5a28c00151ff48f0aacaa8833d4af538031352bb9b6a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/FutuNiuniu.app\" && cp -r \"FutuNiuniu.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Futubull trading application",
    "homepage": "https://www.futunn.com/"
  }
}