aboutsummaryrefslogtreecommitdiff
path: root/wayland/foot/build
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-05-17 10:35:47 +0300
committerCem Keylan <cem@ckyln.com>2021-05-17 10:35:47 +0300
commit19996320572cee9232ea7a329455941038b4a7a2 (patch)
treecd0206ccfc6e4dca08b3dc1a444bb095a8ffde68 /wayland/foot/build
parent37fd8467eac1f2379a0dd969674dd496ceb35f98 (diff)
downloadrepository-19996320572cee9232ea7a329455941038b4a7a2.tar.gz
foot: add new package at 1.7.2
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..91a1423b
--- /dev/null
+++ b/wayland/foot/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export DESTDIR=$1
+
+meson \
+ --prefix=/usr \
+ . output
+
+ninja -C output
+ninja -C output install