SnapNDrag icon

SnapNDrag 4.5.1

Screen capture application

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "snapndrag",
  "version": "4.5.1",
  "src": {
    "url": "https://yellowmug.com/download/SnapNDrag_4.5.1.dmg",
    "sha256": "5f46c1e003bf4adad52e3e201d81d6ad26b4eef481106f1ef3799a11ed078a5a"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/SnapNDrag.app\" && cp -r \"SnapNDrag.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Screen capture application",
    "homepage": "https://www.yellowmug.com/snapndrag/"
  }
}