BlueHarvest icon

BlueHarvest 8.5,850

Remove metadata files from external drives

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "blueharvest",
  "version": "8.5,850",
  "src": {
    "url": "https://zeroonetwenty.com/blueharvest/downloads/BlueHarvest850.dmg",
    "sha256": "db1e83ab27b5844f6fc47e9e58e5eb6e89beb38119971153d500b30221404444"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/BlueHarvest.app\" && cp -r \"BlueHarvest.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Remove metadata files from external drives",
    "homepage": "https://zeroonetwenty.com/blueharvest/"
  }
}