repo/foot/build
2021-08-28 10:05:07 +02:00

15 lines
286 B
Text
Executable file

meson \
--prefix=/usr \
--buildtype=release \
--force-fallback-for=fcft,tllist \
-Dime=false \
. output
ninja -C output
ninja -C output install
rm -rf \
"$1/usr/share/doc" \
"$1/usr/share/zsh" \
"$1/usr/share/fish" \
"$1/usr/share/bash-completion"