Smooth Capture icon

Smooth Capture 1.2.47

Screen recorder and video editor

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    smoothcapture # Smooth Capture
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    smoothcapture # Smooth Capture
  ];
}

Package Definition

{
  "pname": "smoothcapture",
  "version": "1.2.47",
  "src": {
    "url": "https://download.smoothcapture.app/SmoothCapture-1.2.47.dmg",
    "sha256": "cd91ddecbf186d8b11a93356852ab45e0c9d83be1b49b9c0bfd3ea1b6176901c"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SmoothCapture.app\" && cp -r \"SmoothCapture.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Screen recorder and video editor",
    "homepage": "https://www.smoothcapture.app/"
  }
}