repo/wayland/foot/build

18 lines
300 B
Plaintext
Raw Normal View History

2021-07-08 12:15:10 +00:00
#!/bin/sh -e
meson \
--prefix=/usr \
--buildtype=release \
--force-fallback-for=fcft,tllist \
2021-07-27 13:57:00 +00:00
-Dime=false \
2021-07-08 12:15:10 +00:00
. output
ninja -C output
ninja -C output install
2021-07-08 12:34:41 +00:00
rm -rf \
"$1/usr/share/doc" \
2021-07-08 12:34:41 +00:00
"$1/usr/share/zsh" \
"$1/usr/share/fish" \
"$1/usr/share/bash-completion"