app-id: com.github.jeysonflores.giraffeflatpak runtime: io.elementary.Platform runtime-version: '6' sdk: io.elementary.Sdk command: com.github.jeysonflores.giraffeflatpak finish-args: - '--share=ipc' - '--socket=fallback-x11' - '--socket=wayland' - '--system-talk-name=org.freedesktop.Accounts' modules: - name: polyml buildsystem: simple build-commands: - pwd && ./configure --prefix /app && make && make install sources: - type: archive url: https://github.com/polyml/polyml/archive/refs/tags/v5.8.1.tar.gz sha256: fa0507b44470b4e07a061ef6a8896efe42710d8436e15721d743572ad2f7753b - name: giraffe buildsystem: simple build-commands: - pwd && ./configure --prefix /app/giraffe && make && make install sources: - type: archive url: http://giraffelibrary.org/releases/1.0.0-alpha.11/giraffe-1.0.0-alpha.11.tar.gz sha256: 22f852353a306af7719526317995064434b881e6cde7a58870d731600791ce18 - name: giraffeflatpak buildsystem: simple build-commands: - make install sources: - type: dir path: .