Camtasia icon

Camtasia 26.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": "26.0.3",
  "src": {
    "url": "https://download.techsmith.com/camtasiamac/releases/2603/Camtasia.dmg",
    "sha256": "348152800f5b3f92d5e23e2d60593bab283b2dbd60e3a7f1e342aff0f928a36b"
  },
  "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"
  }
}