Sometimes all it takes is making something easy for others. Now that #liquidsoap supports configurable build paths, a proper Homebrew formula is within reach — meaning `brew install liquidsoap` could soon be all it takes to get started.
Hopefully this lowers the barrier for anyone curious about setting up their own internet #radio station. 📻
My PR is now merged: https://github.com/savonet/liquidsoap/pull/5045

Make posix build target paths configurable via env vars by attilagyorffy · Pull Request #5045 · savonet/liquidsoap
Summary Packagers (e.g. Homebrew) currently need to patch the source with inreplace to override the hardcoded paths in liquidsoap_paths.posix.ml. For example, the proposed Homebrew formula does: in...