Platypus icon

Platypus 5.5.0

Tool to create native applications from command-line scripts

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "platypus",
  "version": "5.5.0",
  "src": {
    "url": "https://sveinbjorn.org/files/software/platypus/platypus5.5.0.zip",
    "sha256": "2fad132e717e6543b41e5e7aeb357e8846baf8c9f3b3cb2919dc0f5eec3de415"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Platypus.app\" && cp -r \"Platypus.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool to create native applications from command-line scripts",
    "homepage": "https://sveinbjorn.org/platypus"
  }
}