repo/wayland/foot/build

23 lines
389 B
Plaintext
Raw Normal View History

2021-07-08 12:15:10 +00:00
#!/bin/sh -e
# Avoid scdoc dependency.
sed "/subdir('doc')/d" meson.build > _
mv -f _ meson.build
export DESTDIR="$1"
meson \
--prefix=/usr \
--buildtype=release \
--force-fallback-for=fcft,tllist \
. output
ninja -C output
ninja -C output install
2021-07-08 12:34:41 +00:00
rm -rf \
"$1/usr/share/doc" \
"$1/usr/share/zsh" \
"$1/usr/share/fish" \
"$1/usr/share/bash-completion"