#!/bin/sh git submodule update --init git apply --directory=libmpdclient/ libmpdclient.patch pushd libmpdclient meson . output ninja -C output popd