Archiver icon

Archiver 5.0.9

Open archives, compress files, as well as split and combine files

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    archiver-app # Archiver
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    archiver-app # Archiver
  ];
}

Package Definition

{
  "pname": "archiver-app",
  "version": "5.0.9",
  "src": {
    "url": "https://github.com/incbee/archiver-5-releases/releases/download/v5.0.9/Archiver-5.0.9-universal-mac.zip",
    "sha256": "492aea8288b3cebddbbc62717d7ffb0d3f23273d4ae0a8f8ac2a6e661a9589a0"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Archiver.app\" && cp -r \"Archiver.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Open archives, compress files, as well as split and combine files",
    "homepage": "https://archiverapp.com/"
  }
}