aboutsummaryrefslogtreecommitdiff
path: root/community/girara/build
blob: 9727d4b01f558ccbdad94e187955f88c9fb7bf14 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh -e

export DESTDIR=$1

cl-meson \
    -Ddefault_library=static \
    -Djson=enabled \
    -Dnotify=disabled \
    -Ddocs=disabled \
    -Dtests=disabled \
    . build

ninja -C build
ninja -C build install