Green-GO Control icon

Green-GO Control 5.2.0

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.0",
  "src": {
    "url": "https://downloads.greengoconnect.com/5.2.0/macos/green-go-control.dmg",
    "sha256": "243b2efcfea697130e55c7b9694d0b77882af6b125de676ef78b55b48fbed475"
  },
  "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/"
  }
}