Egnyte icon

Egnyte 1.4.1,2195

Client for the Egnyte cloud storage service

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    egnyte # Egnyte
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    egnyte # Egnyte
  ];
}

Package Definition

{
  "pname": "egnyte",
  "version": "1.4.1,2195",
  "src": {
    "url": "https://egnyte-cdn.egnyte.com/desktopapp/mac/en-us/1.4.1/Egnyte_1.4.1_2195.dmg",
    "sha256": "748bb5892151ad0394deca2de6b3631e4a30233304f989a925090c352bf41917"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Egnyte.app\" && cp -r \"Egnyte.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Client for the Egnyte cloud storage service",
    "homepage": "https://www.egnyte.com/"
  }
}