The Archive Browser icon

The Archive Browser 1.11.2,111,1504018288

Browse the contents of archives

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    the-archive-browser # The Archive Browser
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    the-archive-browser # The Archive Browser
  ];
}

Package Definition

{
  "pname": "the-archive-browser",
  "version": "1.11.2,111,1504018288",
  "src": {
    "url": "https://dl.devmate.com/cx.c3.thearchivebrowser/111/1504018288/TheArchiveBrowser-111.zip",
    "sha256": "a9cffc4d7a4e9869c9b7542dff7b9614c487623fce6404ce779b0c4b654eb72b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/The Archive Browser.app\" && cp -r \"The Archive Browser.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Browse the contents of archives",
    "homepage": "https://theunarchiver.com/archive-browser"
  }
}