Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: A graphical directory tree analyzer
  description: >-
    Baobab is able to scan either specific directories or the whole filesystem, in
    order to give the user a graphical tree representation including each directory
    size or percentage in the branch.  It also auto-detects in real-time any change
    made to your home folder as far as any mounted/unmounted device.
  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      flatpak-common: [f31]
      flatpak-runtime: [f31]
      platform: [f31]
    requires:
      flatpak-common: [f31]
      flatpak-runtime: [f31]
      platform: [f31]
  profiles:
    default:
      rpms:
      - baobab
  components:
    rpms:
      baobab:
        rationale: Application package
        ref: f31
        buildorder: 10
...