Camtasia icon

Camtasia 26.0.2

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": "26.0.2",
  "src": {
    "url": "https://download.techsmith.com/camtasiamac/releases/2602/Camtasia.dmg",
    "sha256": "4714ff6719d8a0116b155c73d4d17fd7c7da56bda02a2267e4be6e27ddee7ac2"
  },
  "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"
  }
}