Reverso icon

Reverso 2.15.1,646

Text translation application

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "reverso",
  "version": "2.15.1,646",
  "src": {
    "url": "https://cdn.reverso.net/download/reverso/desktop/macos/distrib/Reverso_2.15.1.646.zip",
    "sha256": "8cc27d19bea45f770c1ca3ed6dd6701da24720caac31be8d86415266c583c9a1"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/Reverso.app\" && cp -r \"Reverso.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Text translation application",
    "homepage": "https://context.reverso.net/translation/windows-mac-app"
  }
}