Green-GO Control icon

Green-GO Control 5.2.1

Configure and manage Green-GO intercom systems

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    green-go-control # Green-GO Control
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    green-go-control # Green-GO Control
  ];
}

Package Definition

{
  "pname": "green-go-control",
  "version": "5.2.1",
  "src": {
    "url": "https://downloads.greengoconnect.com/5.2.1/macos/green-go-control.dmg",
    "sha256": "47c370815e76bd504e975e1e09e692d960b64c4019bfceaedcbf334d48583bf9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Green-GO Control.app\" && cp -r \"Green-GO Control.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Configure and manage Green-GO intercom systems",
    "homepage": "https://www.greengodigital.com/"
  }
}