calibrite PROFILER icon

calibrite PROFILER 2.0.0

Display calibration software for Calibrite, ColorChecker and X-Rite devices

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "calibrite-profiler",
  "version": "2.0.0",
  "src": {
    "url": "https://github.com/LUMESCA/calibrite-profiler-releases/releases/download/v2.0.0/calibrite-PROFILER-2.0.0.dmg",
    "sha256": "8f391499e2d60fbd74728ec01372000665b87e0f49042e5f61c39069e0d2f41d"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/calibrite PROFILER.app\" && cp -r \"calibrite PROFILER.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Display calibration software for Calibrite, ColorChecker and X-Rite devices",
    "homepage": "https://calibrite.com/calibrite-profiler/"
  }
}