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