gplugin/builders

As I can't find a way to have scanbuild ignore vala files we'll just disable the vala stuff when running scanbuild
FROM fedora:30
MAINTAINER Gary Kramlich <grim@reaperworld.com>
RUN set -ex && \
dnf install -y \
meson ninja-build gcc mercurial \
redhat-rpm-config rpm-build \
help2man libxslt gettext \
glib2-devel gobject-introspection-devel \
gtk3-devel gtk-doc glade-devel \
lua-devel lua-lgi lua-lpeg luarocks lua-moonscript \
python3-devel pygobject3-devel python3-gobject \
vala \
gjs-devel
CMD ["/build.sh"]
ENV DISTRIBUTION=fedora \
VERSION=30 \
ARCH=amd64
COPY rpm/build.sh /build.sh