ProPresenter icon

ProPresenter 18.3,302186513

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.3,302186513",
  "src": {
    "url": "https://renewedvision.com/downloads/propresenter/mac/ProPresenter_18.3_302186513.zip",
    "sha256": "e5524ebba8c5c7007bcafb9985f02617197d0cff3b47e2243f66c4cf9f099dcd"
  },
  "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/"
  }
}