Portfolio Performance icon

Portfolio Performance 0.86.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.86.0",
  "src": {
    "url": "https://github.com/buchen/portfolio/releases/download/0.86.0/PortfolioPerformance-0.86.0-aarch64.dmg",
    "sha256": "ada742fda4be39ba06a126cd8216aa67f3a22eeb616da8303d6b42edd6d3c0a7"
  },
  "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/"
  }
}