Green-GO Control icon

Green-GO Control 5.1.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.1.0",
  "src": {
    "url": "https://downloads.greengoconnect.com/5.1.0/macos/green-go-control.dmg",
    "sha256": "5e654801997ae166c0218b4e1fd0cafe011b4361714904dc2fcb7b56698dd72e"
  },
  "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/"
  }
}