summaryrefslogtreecommitdiff
path: root/homebrew/mpc/.make.sh-auto
diff options
context:
space:
mode:
Diffstat (limited to 'homebrew/mpc/.make.sh-auto')
-rw-r--r--homebrew/mpc/.make.sh-auto6
1 files changed, 6 insertions, 0 deletions
diff --git a/homebrew/mpc/.make.sh-auto b/homebrew/mpc/.make.sh-auto
new file mode 100644
index 000000000..f3e3e697a
--- /dev/null
+++ b/homebrew/mpc/.make.sh-auto
@@ -0,0 +1,6 @@
+pkg:setup
+meson --prefix=${PKG_TAPF} . output
+ninja -C output
+ninja -C output install
+bash_completion.install "contrib/mpc-completion.bash" => "mpc"
+rm share/"doc/mpc/contrib/mpc-completion.bash"