DEVONsphere Express icon

DEVONsphere Express 1.9.9

Find items related to the frontmost document locally or online

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    devonsphere-express # DEVONsphere Express
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    devonsphere-express # DEVONsphere Express
  ];
}

Package Definition

{
  "pname": "devonsphere-express",
  "version": "1.9.9",
  "src": {
    "url": "https://download.devontechnologies.com/download/devonsphere/1.9.9/DEVONsphere_Express.app.zip",
    "sha256": "2c09a34fa71398e6f248bc0c6bd34a8278d5d19a4ba8e0f4a9b3864070d962e9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/DEVONsphere Express.app\" && cp -r \"DEVONsphere Express.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Find items related to the frontmost document locally or online",
    "homepage": "https://www.devontechnologies.com/apps/devonsphere"
  }
}