ishare icon

ishare 4.2.6

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