Portfolio Performance icon

Portfolio Performance 0.72.2

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.72.2",
  "src": {
    "url": "https://github.com/buchen/portfolio/releases/download/0.72.2/PortfolioPerformance-0.72.2-aarch64.dmg",
    "sha256": "69301846fe9516b818f34ee5e0cc873e11b3e8a4844f15b6db78ad97adf3de9f"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"PortfolioPerformance.app\" \"$out/Applications/PortfolioPerformance.app\""
  ],
  "meta": {
    "description": "Calculate the overall performance of an investment portfolio",
    "homepage": "https://www.portfolio-performance.info/en/"
  }
}