ishare icon

ishare 4.2.4

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.2.4",
  "src": {
    "url": "https://github.com/castdrian/ishare/releases/download/v4.2.4/ishare.dmg",
    "sha256": "a98f69cc9e3ef33ecbf46a9020c00ab64ba7ffd6ba56d97962f0c33ff7d59cb2"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/ishare.app\" && cp -r \"ishare.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Screenshot capture utility",
    "homepage": "https://github.com/castdrian/ishare/"
  }
}