Dropshare icon

Dropshare 5.56,5727

File sharing solution

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "dropshare",
  "version": "5.56,5727",
  "src": {
    "url": "https://d2wvuuix8c9e48.cloudfront.net/Dropshare5-5727.app.zip",
    "sha256": "ad76892a1f21ea0f1197f2ba0dddd7f522e9244ff3b84a803125b509e99f8b50"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Dropshare 5.app\" \"$out/Applications/Dropshare 5.app\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/Dropshare 5.app/Contents/Resources/ds.sh\" \"$out/bin/ds\""
  ],
  "meta": {
    "description": "File sharing solution",
    "homepage": "https://dropshare.app/"
  }
}