PortalBox icon

PortalBox 0.1.4

Share a region of your screen in video calls

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "portalbox",
  "version": "0.1.4",
  "src": {
    "url": "https://releases.portalbox.friendlyventures.org/0.1.4/portalbox-macos-universal.zip",
    "sha256": "14e907b80ea7259a20c749fe10f0be9e52a3dcd3f0e2e2e6a2e295e0ff2bec1d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/PortalBox.app\" && cp -r \"PortalBox.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Share a region of your screen in video calls",
    "homepage": "https://portalboxapp.com/"
  }
}