Cycling ‘74 Max icon

Cycling ‘74 Max 9.0.2,241114

Flexible space to create your own interactive software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    cycling74-max # Cycling ‘74 Max
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    cycling74-max # Cycling ‘74 Max
  ];
}

Package Definition

{
  "pname": "cycling74-max",
  "version": "9.0.2,241114",
  "src": {
    "url": "https://downloads.cdn.cycling74.com/max9/Max902_241114.dmg",
    "sha256": "b09bc76688278855dee7edbfbd9248199d271e58da1791c969f437d657a593a4"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Max.app\" \"$out/Applications/Max.app\""
  ],
  "meta": {
    "description": "Flexible space to create your own interactive software",
    "homepage": "https://cycling74.com/products/max"
  }
}