Broadcast Using This Tool icon

Broadcast Using This Tool 1.46.0

Shoutcast and Icecast streaming client

Installation

System wide:

{
  environment.systemPackages = with nix-casks.packages.${system}; [
    butt # Broadcast Using This Tool
  ];
}

Home Manager:

{
  home.packages = with nix-casks.packages.${system}; [
    butt # Broadcast Using This Tool
  ];
}

Package Definition

{
  "pname": "butt",
  "version": "1.46.0",
  "src": {
    "url": "https://danielnoethen.de/butt/release/1.46.0/butt-1.46.0.dmg",
    "sha256": "be72a93eb58cc3bc4de4d14b450220f8604ad3f1e0ac81dcec234672c93b7fe9"
  },
  "installPhase": [
    "mkdir -p \"$out/Applications/butt.app\" && cp -r \"butt.app\" \"$out/Applications\""
  ],
  "meta": {
    "description": "Shoutcast and Icecast streaming client",
    "homepage": "https://danielnoethen.de/butt/"
  }
}