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.4.1",
"src": {
"url": "https://sveinbjorn.org/files/software/platypus/platypus5.4.1.zip",
"sha256": "7e52b3993e3edd8c2f9d783cec23e9fc9206f8ff62ae42fe1dabff481e3d4dd5"
},
"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"
}
}