MarsEdit icon

MarsEdit 5.4.4

Tool to write, preview and publish blogs

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "marsedit",
  "version": "5.4.4",
  "src": {
    "url": "https://redsweater.com/marsedit/MarsEdit5.4.4.zip",
    "sha256": "8b15ce1e0648e8b2ebdd3de33129597c572deb04bbba1d0598a51fba22e41540"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/MarsEdit.app\" && cp -r \"MarsEdit.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool to write, preview and publish blogs",
    "homepage": "https://redsweater.com/marsedit/"
  }
}