diff options
author | Cem Keylan <cem@ckyln.com> | 2021-07-18 16:24:49 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-07-18 16:24:49 +0300 |
commit | cf4f4b7060a9aa59e723ca9e8f66031d5b06565e (patch) | |
tree | 15a9c43106f9a8f0345a14e87d7c5964cb3186d2 /wayland/grim/build | |
parent | 53a5484d354c9079a04acaab0bd8affaedf1d17c (diff) | |
download | repository-cf4f4b7060a9aa59e723ca9e8f66031d5b06565e.tar.gz |
grim: add new package at 1.3.2
Diffstat (limited to 'wayland/grim/build')
-rwxr-xr-x | wayland/grim/build | 10 |
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 |