tev icon

tev 2.0

HDR image comparison tool with an emphasis on OpenEXR images

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "tev",
  "version": "2.0",
  "src": {
    "url": "https://github.com/Tom94/tev/releases/download/v2.0/tev.dmg",
    "sha256": "187f2e84a6aa7dbafdf43149b756aee3a3f6577304f532a0839d527d4241c3fa"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/tev.app\" && cp -r \"tev.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "HDR image comparison tool with an emphasis on OpenEXR images",
    "homepage": "https://github.com/Tom94/tev"
  }
}