Retrobatch icon

Retrobatch 2.4

Batch image processor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "retrobatch",
  "version": "2.4",
  "src": {
    "url": "https://flyingmeat.com/download/Retrobatch-2.4.zip",
    "sha256": "13a4688c142605bce32d118bf96cd7e133b5c24374b7668d70a942c82787d2ef"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Retrobatch.app\" && cp -r \"Retrobatch.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Batch image processor",
    "homepage": "https://flyingmeat.com/retrobatch/"
  }
}