BetterZip icon

BetterZip 5.4

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",
  "src": {
    "url": "https://macitbetter.com/dl/BetterZip-5.4.zip",
    "sha256": "70e4841dfe63c4fc3c109bd582bda608b727f207163916283879aed020ac1e2c"
  },
  "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/"
  }
}