Portfolio Performance icon

Portfolio Performance 0.74.1

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