Dropshare icon

Dropshare 5.58,5763

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