PortalBox icon

PortalBox 0.2.0

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.2.0",
  "src": {
    "url": "https://releases.portalbox.friendlyventures.org/0.2.0/portalbox-macos-universal.zip",
    "sha256": "06f8dc2819f6f7c660edb5332aa9cf31edfddda3fe21169ff30d01eacd67a268"
  },
  "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/"
  }
}