AirParrot icon

AirParrot 3.1.7

Tool to wirelessly mirror the screen or stream media files

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "airparrot",
  "version": "3.1.7",
  "src": {
    "url": "https://download.airsquirrels.com/AirParrot3/Mac/AirParrot-3.1.7.dmg",
    "sha256": "acb42bb53c1dfde1fec6835fd8fd89a278b215a97f1e08545e45780cebb19409"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/AirParrot 3.app\" && cp -r \"AirParrot 3.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tool to wirelessly mirror the screen or stream media files",
    "homepage": "https://www.airsquirrels.com/airparrot/"
  }
}