xScope icon

xScope 4.7.2,144

Tools for measuring, inspecting & testing on-screen graphics and layouts

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "xscope",
  "version": "4.7.2,144",
  "src": {
    "url": "https://downloads.iconfactory.com/xscope/xScope-4.7.2+144.zip",
    "sha256": "5f2552030ea8ff74db1b9bea05fbf3ea7328fb1b780b216eec9e47ad80c24649"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/xScope.app\" && cp -r \"xScope.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Tools for measuring, inspecting & testing on-screen graphics and layouts",
    "homepage": "https://xscopeapp.com/"
  }
}