Send Anywhere icon

Send Anywhere 24.6.1,1783999839

File sharing app

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    send-anywhere # Send Anywhere
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    send-anywhere # Send Anywhere
  ];
}

Package Definition

{
  "pname": "send-anywhere",
  "version": "24.6.1,1783999839",
  "src": {
    "url": "https://update.send-anywhere.com/osx_downloads/SendAnywhere_1783999839.dmg",
    "sha256": "d8a490fb48d2edcb91c9783f95648f2063262403a2a293b28617b068b8d08807"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Send Anywhere.app\" && cp -r \"Send Anywhere.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "File sharing app",
    "homepage": "https://send-anywhere.com/"
  }
}