aboutsummaryrefslogtreecommitdiff
path: root/wayland/slurp/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-07-18 16:26:18 +0300
committerCem Keylan <cem@ckyln.com>2021-07-18 16:26:18 +0300
commit989b6341e0ca8b4c7ab191e57b38281a50d38408 (patch)
tree23b6e9d03201514e61a61a4babc6d8a8bc531060 /wayland/slurp/build
parentcf4f4b7060a9aa59e723ca9e8f66031d5b06565e (diff)
downloadrepository-989b6341e0ca8b4c7ab191e57b38281a50d38408.tar.gz
slurp: add new package at 1.3.2
Diffstat (limited to 'wayland/slurp/build')
-rwxr-xr-xwayland/slurp/build10
1 files changed, 10 insertions, 0 deletions
diff --git a/wayland/slurp/build b/wayland/slurp/build
new file mode 100755
index 00000000..64ee0e20
--- /dev/null
+++ b/wayland/slurp/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+meson \
+ --prefix=/usr \
+ . output
+
+ninja -C output
+ninja -C output install