BetterZip icon

BetterZip 6.0.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": "6.0.2",
  "src": {
    "url": "https://macitbetter.com/dl/BetterZip-6.0.2.zip",
    "sha256": "054517c7be150b21d60094d347cb666cd4dc160df8a8b38b88845a2c7f656644"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BetterZip.app\" && cp -r \"BetterZip.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/BetterZip.app/Contents/Resources/betterzip\" \"$out/bin/betterzip\""
  ],
  "meta": {
    "description": "Utility to create and modify archives",
    "homepage": "https://macitbetter.com/"
  }
}