aboutsummaryrefslogtreecommitdiff
path: root/wayland/foot/build
diff options
context:
space:
mode:
Diffstat (limited to 'wayland/foot/build')
-rwxr-xr-xwayland/foot/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/wayland/foot/build b/wayland/foot/build
new file mode 100755
index 00000000..3156b9d5
--- /dev/null
+++ b/wayland/foot/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+cl-meson \
+ -Ddocs=enabled \
+ . output
+
+ninja -C output
+ninja -C output install