FStream icon

FStream 1.4.9

WebRadio listener/recorder software

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    fstream # FStream
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    fstream # FStream
  ];
}

Package Definition

{
  "pname": "fstream",
  "version": "1.4.9",
  "src": {
    "url": "https://www.sourcemac.com/fstream_FStream.tgz",
    "sha256": "no_check"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications\" && cp -r \"FStream.app\" \"$out/Applications/FStream.app\""
  ],
  "meta": {
    "description": "WebRadio listener/recorder software",
    "homepage": "https://www.sourcemac.com/?page=fstream"
  }
}