talkatu/builders

Move the build scripts to the top level

20 months ago, Gary Kramlich
4dc23eb23d74
Move the build scripts to the top level
FROM fedora:36
MAINTAINER Gary Kramlich <grim@reaperworld.com>
RUN set -ex && \
dnf install -y \
cmark-devel \
gcc \
gettext \
gi-docgen \
glib2-devel \
gobject-introspection-devel \
gtk4-devel \
gumbo-parser-devel \
help2man \
libadwaita-devel \
make \
mercurial \
meson \
ninja-build \
redhat-rpm-config \
rpm-build \
vala
CMD ["/build.sh"]
ENV TARGET=fedora-rawhide-amd64
COPY build-meson.sh /build.sh