Portfolio Performance icon

Portfolio Performance 0.80.4

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.80.4",
  "src": {
    "url": "https://github.com/buchen/portfolio/releases/download/0.80.4/PortfolioPerformance-0.80.4-aarch64.dmg",
    "sha256": "d20835100c75aa9adea37308ddad6c8ca1c457ea685ce41c69198fb0ec60332b"
  },
  "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/"
  }
}