Dropshare icon

Dropshare 6.5,6095

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.5,6095",
  "src": {
    "url": "https://d2wvuuix8c9e48.cloudfront.net/Dropshare6-6095.app.zip",
    "sha256": "8dda141c3fd4073efdab6c5124d589b843ab6246d229400902c45b7e4e47599f"
  },
  "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/"
  }
}