Camtasia icon

Camtasia 25.2.5

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.2.5",
  "src": {
    "url": "https://download.techsmith.com/camtasiamac/releases/2525/Camtasia.dmg",
    "sha256": "50340b4face2aed51ec01c25624128a4c467eda5e1c666b5480727d78ad549a0"
  },
  "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"
  }
}