Jumpshare icon

Jumpshare 3.3.12

File sharing, screen recording, and screenshot capture app

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "jumpshare",
  "version": "3.3.12",
  "src": {
    "url": "https://d21hi1or3tbtjm.cloudfront.net/desktop/mac/updates/Jumpshare-3.3.12.tar.bz2",
    "sha256": "1291c6d94ea7a2275433a31176f5fa3a1e8b800a930f19f9e0fa7cd64c3d712f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"Jumpshare.app\" \"$out/Applications/Jumpshare.app\""
  ],
  "meta": {
    "description": "File sharing, screen recording, and screenshot capture app",
    "homepage": "https://jumpshare.com/"
  }
}