unpkg icon

unpkg 4.8

Unarchiver for .pkg and .mpkg that unpacks all the files in a package

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "unpkg",
  "version": "4.8",
  "src": {
    "url": "https://www.timdoug.com/unpkg/unpkg-4.8.zip",
    "sha256": "1b8318d2fb642397471221344836a967176089bce44e70a2b99f5cb4f60eee09"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/unpkg 4.8/unpkg.app\" && cp -r \"unpkg 4.8/unpkg.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Unarchiver for .pkg and .mpkg that unpacks all the files in a package",
    "homepage": "https://www.timdoug.com/unpkg/"
  }
}