id: io.github.dzheremi2.lexi runtime: org.gnome.Platform runtime-version: "48" sdk: org.gnome.Sdk command: lexi finish-args: - --share=ipc - --socket=fallback-x11 - --device=dri - --socket=wayland - --filesystem=host - --filesystem=xdg-run/gvfsd cleanup: - /include - /lib/pkgconfig - /man - /share/doc - /share/gtk-doc - /share/man - /share/pkgconfig - "*.la" - "*.a" modules: - name: python3-pyyaml buildsystem: simple build-commands: - pip3 install --verbose --exists-action=i --no-index --find-links="file://${PWD}" --prefix=${FLATPAK_DEST} "pyyaml" --no-build-isolation sources: - type: file url: https://files.pythonhosted.org/packages/54/ed/79a089b6be93607fa5cdaedf301d7dfb23af5f25c398d5ead2525b063e17/pyyaml-6.0.2.tar.gz sha256: d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e - name: blueprint-compiler buildsystem: meson sources: - type: git url: https://gitlab.gnome.org/jwestman/blueprint-compiler tag: v0.16.0 cleanup: - "*" - name: lexi builddir: true buildsystem: meson run-tests: true config-opts: - -Dprofile=release sources: - type: dir path: ../..