2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 07:10:16 -07:00
repo/wayland/wlsunset/build

12 lines
143 B
Plaintext
Raw Normal View History

2021-07-09 06:17:05 -06:00
#!/bin/sh -e
export DESTDIR="$1"
meson \
--prefix=/usr \
--buildtype=release \
. output
ninja -C output
ninja -C output install