aboutsummaryrefslogtreecommitdiff
path: root/community/girara/build
blob: 5ab78d515ea7a726308566653b92598908ed16e8 (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