ishare icon

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