2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00
repo/wayland/foot/build

17 lines
261 B
Plaintext
Raw Normal View History

2021-07-08 12:15:10 +00:00
#!/bin/sh -e
meson \
--prefix=/usr \
--buildtype=release \
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"