unpkg icon

unpkg 5.0

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": "5.0",
  "src": {
    "url": "https://www.timdoug.com/unpkg/unpkg-5.0.dmg",
    "sha256": "3a5936d16cf579cad9949af4673b7fc097b9aedc59d50b28c6f75c2b15a4631b"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/unpkg.app\" && cp -r \"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/"
  }
}