#!/bin/bash -ex
# Highly opinionated wrapper for eweOS packaging

exec meson setup \
  --prefix        /usr \
  --libexecdir    lib \
  --sbindir       bin \
  --includedir    include \
  --buildtype     plain \
  --auto-features enabled \
  --wrap-mode     nodownload \
  "$@"
