Dropshare icon

Dropshare 5.57,5738

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.57,5738",
  "src": {
    "url": "https://d2wvuuix8c9e48.cloudfront.net/Dropshare5-5738.app.zip",
    "sha256": "a3aec65b20403ac69529dac97d6c0e6147f12bb98fdb7eef4234f023939d1cc8"
  },
  "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/"
  }
}