Green-GO Control icon

Green-GO Control 5.2.2

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.2",
  "src": {
    "url": "https://downloads.greengoconnect.com/5.2.2/macos/green-go-control.dmg",
    "sha256": "1ed3b3c8b1daa73a12f7f7b7e2197cae188bb659832eeb89321cb61e76b1e416"
  },
  "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/"
  }
}