ishare icon

ishare 4.1.5

Screenshot capture utility

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "ishare",
  "version": "4.1.5",
  "src": {
    "url": "https://github.com/castdrian/ishare/releases/download/v4.1.5/ishare.dmg",
    "sha256": "7f8fcffa6f8da58376ff5a005fd01bb774bd156128680f04ac65588972e8f4aa"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"ishare.app\" \"$out/Applications/ishare.app\""
  ],
  "meta": {
    "description": "Screenshot capture utility",
    "homepage": "https://github.com/castdrian/ishare/"
  }
}