PKGNAME=nvme-cli
PKGSEC=admin
PKGDEP="systemd libnvme json-c"
PKGDES="NVMe management command line interface"

# No point in re-generating documentations if the source tree provides it.
MESON_AFTER="-Dsysconfdir=/etc -Djson-c=enabled \
             -Dhtmldir=/usr/share/doc/$PKGNAME/html \
             -Ddocs=all \
             -Ddocs-build=false"

# Needed by Afterglow, whereas FAIL_ARCH defaults to mainline-only.
FAIL_ARCH="!(mainline|retro)"
