Shapr3D icon

Shapr3D 5.921.0.9321

3D CAD software

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "shapr3d",
  "version": "5.921.0.9321",
  "src": {
    "url": "https://download.shapr3d.com/mac/Shapr3D-5.921.0.9321.dmg",
    "sha256": "c6793a98c1c077b35b4e08084eb9a7555403c01216c9c228c6e73a0caa758909"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Shapr3D.app\" && cp -r \"Shapr3D.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "3D CAD software",
    "homepage": "https://www.shapr3d.com/"
  }
}