From 19996320572cee9232ea7a329455941038b4a7a2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 17 May 2021 10:35:47 +0300 Subject: foot: add new package at 1.7.2 --- wayland/foot/build | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 wayland/foot/build (limited to 'wayland/foot/build') 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 -- cgit v1.2.3