BetterZip icon

BetterZip 5.4.2

Utility to create and modify archives

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "betterzip",
  "version": "5.4.2",
  "src": {
    "url": "https://macitbetter.com/dl/BetterZip-5.4.2.zip",
    "sha256": "1009e2283222fd5cfdf527b5e78559addf143c54902001b678dd38135cebca64"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BetterZip.app\" && cp -r \"BetterZip.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Utility to create and modify archives",
    "homepage": "https://macitbetter.com/"
  }
}