ProPresenter icon

ProPresenter 18.4,302252046

Presentation and production application for live events

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "propresenter",
  "version": "18.4,302252046",
  "src": {
    "url": "https://renewedvision.com/downloads/propresenter/mac/ProPresenter_18.4_302252046.zip",
    "sha256": "fcfb4f9391002065a1f807a1476f51defbcc07b50720f27e0400fedb6952b697"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ProPresenter.app\" && cp -r \"ProPresenter.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Presentation and production application for live events",
    "homepage": "https://renewedvision.com/propresenter/"
  }
}