Annotate icon

Annotate 1.4.2

Keyboard-driven screen annotation tool

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "annotate",
  "version": "1.4.2",
  "src": {
    "url": "https://github.com/epilande/Annotate/releases/download/v1.4.2/Annotate-1.4.2.dmg",
    "sha256": "0129ed382fc5dba3be3d5dd87982eee79b7bfcfb04c1ddb25d0f90363f47a1ec"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Annotate.app\" && cp -r \"Annotate.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Keyboard-driven screen annotation tool",
    "homepage": "https://github.com/epilande/Annotate/"
  }
}