mirror of
https://github.com/danbee/persephone
synced 2026-06-21 06:12:24 +00:00
14 lines
165 B
Bash
Executable File
14 lines
165 B
Bash
Executable File
#!/bin/sh
|
|
|
|
brew bundle
|
|
|
|
git submodule update --init
|
|
git apply --directory=libmpdclient/ libmpdclient.patch
|
|
|
|
pushd libmpdclient
|
|
|
|
meson . output
|
|
ninja -C output
|
|
|
|
popd
|