kiss-repo

personal package repository
git clone git://bvnf.space/kiss-repo.git
Log | Files | Refs | README | LICENSE

build (292B)


      1
      2
      3
      4
      5
      6
      7
      8
      9
     10
     11
     12
     13
     14
     15
     16
#!/bin/sh -e

export DESTDIR="$1"

meson build/ \
    --prefix=/usr \
    -Dlauncher-logind=false \
    -Dcolor-management-colord=false \
    -Dsystemd=false \
    -Dremoting=false \
    -Dbackend-rdp=false \
    -Dxwayland=false \
    -Dpipewire=false

ninja -C build
ninja -C build install