Suunto DM5 icon

Suunto DM5 1.5.4

Create dive plans and analyze your dives

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    suuntodm5 # Suunto DM5
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    suuntodm5 # Suunto DM5
  ];
}

Package Definition

{
  "pname": "suuntodm5",
  "version": "1.5.4",
  "src": {
    "url": "https://dm5.movescount.com/SuuntoDM5.dmg",
    "sha256": "no_check"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"SuuntoDM5.app\" \"$out/Applications/SuuntoDM5.app\""
  ],
  "meta": {
    "description": "Create dive plans and analyze your dives",
    "homepage": "https://www.suunto.com/Support/software-support/dm5/"
  }
}