From 2e6fe916b8f9298d3c2927e50419248989325a1e Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 11 Mar 2020 20:51:22 +0300 Subject: mpd/depends/tools: add to community --- community/mpc/build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 community/mpc/build (limited to 'community/mpc/build') diff --git a/community/mpc/build b/community/mpc/build new file mode 100755 index 00000000..64ee0e20 --- /dev/null +++ b/community/mpc/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export DESTDIR="$1" + +meson \ + --prefix=/usr \ + . output + +ninja -C output +ninja -C output install -- cgit v1.2.3