Blob Blame History Raw
compose:
    modules:
        - baobab:master
flatpak:
    # Derived from the project's domain name
    id: org.gnome.Baobab
    branch: stable
    # Binary to execute to run the app
    command: baobab
    tags: []
    # Not sandboxed. See 'man flatpak-build-finish'
    finish-args: |
        --filesystem=host
        --share=ipc
        --socket=x11
        --socket=wayland
        --socket=session-bus
        --talk-name=org.gtk.vfs.*