#!/bin/sh brew install meson ninja git submodule update --init cd libmpdclient && \ meson . output && \ ninja -C output cd ..