Retrobatch icon

Retrobatch 2.3.1

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.3.1",
  "src": {
    "url": "https://flyingmeat.com/download/Retrobatch-2.3.1.zip",
    "sha256": "732088dfde0d659bd4eabbdcd7ab587dfb57af9989c2cccd19788e86d1130dc6"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Retrobatch.app\" && cp -r \"Retrobatch.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Batch image processor",
    "homepage": "https://flyingmeat.com/retrobatch/"
  }
}