Dropshare icon

Dropshare 6.14,6257

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": "6.14,6257",
  "src": {
    "url": "https://d2wvuuix8c9e48.cloudfront.net/Dropshare6-6257.app.zip",
    "sha256": "629302d962e890fdd32887dbf7915e734d6d6703774ad60423d93030935ee66f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Dropshare 6.app\" && cp -r \"Dropshare 6.app\" \"$out/Applications\"",
    "mkdir -p \"$out/bin\" && ln -s \"$out/Applications/Dropshare 6.app/Contents/Resources/ds.sh\" \"$out/bin/ds\""
  ],
  "meta": {
    "description": "File sharing solution",
    "homepage": "https://dropshare.app/"
  }
}