Foxmail icon

Foxmail 1.5.8.94590

Email client

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "foxmail",
  "version": "1.5.8.94590",
  "src": {
    "url": "https://dldir1.qq.com/foxmail/MacFoxmail/Foxmail_for_Mac_1.5.8.94590.dmg",
    "sha256": "fa31a882583a5bd72288ec671293299c95dcaecddd4a059b691f5eafcd78126b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Foxmail.app\" && cp -r \"Foxmail.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Email client",
    "homepage": "https://www.foxmail.com/"
  }
}