spundle icon

spundle 1.8,2023.12

Create, resize and compact sparse bundles

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "spundle",
  "version": "1.8,2023.12",
  "src": {
    "url": "https://eclecticlightdotcom.files.wordpress.com/2023/12/spundle18.zip",
    "sha256": "4c6692bc9cf1f6bdd006ee64a539bf5c2f0ebaddfd7bf27548d912bef120d513"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/spundle18/Spundle.app\" && cp -r \"spundle18/Spundle.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Create, resize and compact sparse bundles",
    "homepage": "https://eclecticlight.co/dintch/"
  }
}