app-id: net.louib.panbuild runtime: org.freedesktop.Platform runtime-version: "20.08" sdk: org.freedesktop.Sdk sdk-extensions: - org.freedesktop.Sdk.Extension.rust-stable build-options: append-path: "/usr/lib/sdk/rust-stable/bin:/app/bin" build-args: - "--share=network" env: RUSTFLAGS: "--remap-path-prefix =../" RUST_BACKTRACE: "1" command: panbuild tags: [] cleanup: [] modules: - name: panbuild buildsystem: simple build-commands: - PANBUILD_INSTALL_DIR=/app/bin/ ./scripts/install.sh sources: - type: git url: https://github.com/louib/panbuild.git branch: master