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