Seafile Client icon

Seafile Client 9.0.13

File syncing client

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    seafile-client # Seafile Client
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    seafile-client # Seafile Client
  ];
}

Package Definition

{
  "pname": "seafile-client",
  "version": "9.0.13",
  "src": {
    "url": "https://s3.eu-central-1.amazonaws.com/download.seadrive.org/seafile-client-9.0.13.dmg",
    "sha256": "d8bf6976f1e22965a86a5358c613dc6081def5431b2258e4ee1bab20c9377701"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Seafile Client.app\" && cp -r \"Seafile Client.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "File syncing client",
    "homepage": "https://www.seafile.com/"
  }
}