CalcService icon

CalcService 3.5.1

Enter calculations into any Service-aware app

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "calcservice",
  "version": "3.5.1",
  "src": {
    "url": "https://download.devontechnologies.com/download/freeware/calcservice/3.5.1/CalcService.app.zip",
    "sha256": "844f46b54c7168fb8783a8a8ecb1055377927b540c2e27d6915b2d5432172daa"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/CalcService.app\" && cp -r \"CalcService.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Enter calculations into any Service-aware app",
    "homepage": "https://www.devontechnologies.com/apps/freeware"
  }
}