aboutsummaryrefslogtreecommitdiff
path: root/wayland/mako/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-08 21:50:11 +0300
committerCem Keylan <cem@ckyln.com>2021-08-08 21:50:11 +0300
commit14fdfba330b9caee1e7cad2b1ac118de2b1e6686 (patch)
tree90cdaf4b0ac8b5ee5b5af268748e2d0b559d3355 /wayland/mako/build
parentf0242edd878f66919a227fdfebcf740816269b7c (diff)
downloadrepository-14fdfba330b9caee1e7cad2b1ac118de2b1e6686.tar.gz
mako: add new package at 1.6.0
Diffstat (limited to 'wayland/mako/build')
-rwxr-xr-xwayland/mako/build11
1 files changed, 11 insertions, 0 deletions
diff --git a/wayland/mako/build b/wayland/mako/build
new file mode 100755
index 00000000..64d5eb9a
--- /dev/null
+++ b/wayland/mako/build
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+meson \
+ --prefix=/usr \
+ -Dsd-bus-provider=basu \
+ . output
+
+ninja -C output
+ninja -C output install