Portfolio Performance icon

Portfolio Performance 0.85.0

Calculate the overall performance of an investment portfolio

Installation

System wide:

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

Home Manager:

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

Package Definition

{
  "pname": "portfolioperformance",
  "version": "0.85.0",
  "src": {
    "url": "https://github.com/buchen/portfolio/releases/download/0.85.0/PortfolioPerformance-0.85.0-aarch64.dmg",
    "sha256": "6ccc40ffee35d014a258f4d28583c7c76e5961bb65a8e0a8084a79303f103bb7"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/PortfolioPerformance.app\" && cp -r \"PortfolioPerformance.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Calculate the overall performance of an investment portfolio",
    "homepage": "https://www.portfolio-performance.info/en/"
  }
}