castr icon

castr 3.0.0

Desktop application for controlling Castr streaming platform

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "castr",
  "version": "3.0.0",
  "src": {
    "url": "https://download.todesktop.com/210610elr9v3cm6/Castr%203.0.0-arm64-mac.zip",
    "sha256": "9d09511986d76f8ae19e9dfe62244b3cf47956d05ef947e1550293853b6c2b6e"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Castr.app\" && cp -r \"Castr.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Desktop application for controlling Castr streaming platform",
    "homepage": "https://castr.io/"
  }
}