Camtasia icon

Camtasia 25.0.3

Screen recorder and video editor

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "camtasia",
  "version": "25.0.3",
  "src": {
    "url": "https://download.techsmith.com/camtasiamac/releases/2503/Camtasia.dmg",
    "sha256": "bbf2430c137a5a26cd5b7a75497aed26be2992406e6c43689b63e6b0b08526fe"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Camtasia.app\" && cp -r \"Camtasia.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Screen recorder and video editor",
    "homepage": "https://www.techsmith.com/video-editor.html"
  }
}