spundle icon

spundle 1.9,2025.06

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.9,2025.06",
  "src": {
    "url": "https://eclecticlight.co/wp-content/uploads/2025/06/spundle19.zip",
    "sha256": "bdeacea6b229c9fb51121c5e0f7180c23baa38a5be0c67eee6cb60714bb42ac4"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/spundle19/Spundle.app\" && cp -r \"spundle19/Spundle.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Create, resize and compact sparse bundles",
    "homepage": "https://eclecticlight.co/dintch/"
  }
}