Portfolio Performance icon

Portfolio Performance 0.81.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.81.0",
  "src": {
    "url": "https://github.com/buchen/portfolio/releases/download/0.81.0/PortfolioPerformance-0.81.0-aarch64.dmg",
    "sha256": "5f79a40678a73d0a22cd3d4cf4b9a5880f248467223bc0a5cb2843a6ffcc3ed3"
  },
  "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/"
  }
}