Blame gnome-2048.yaml

9f53fc6
---
9f53fc6
document: modulemd
9f53fc6
version: 2
9f53fc6
data:
9f53fc6
  summary: A 2048 clone for GNOME
9f53fc6
  description: >-
9f53fc6
    A GNOME clone of the popular game 2048 http://en.wikipedia.org/wiki/2048_(video_game)
9f53fc6
  license:
9f53fc6
    module:
9f53fc6
    - MIT
9f53fc6
  dependencies:
9f53fc6
  - buildrequires:
b62bfd7
      flatpak-common: [f33]
b62bfd7
      flatpak-runtime: [f33]
b62bfd7
      platform: [f33]
9f53fc6
    requires:
b62bfd7
      flatpak-common: [f33]
b62bfd7
      flatpak-runtime: [f33]
b62bfd7
      platform: [f33]
9f53fc6
  profiles:
9f53fc6
    default:
9f53fc6
      rpms:
9f53fc6
      - gnome-2048
9f53fc6
  components:
9f53fc6
    rpms:
9f53fc6
      gnome-2048:
9f53fc6
        rationale: Application package
b62bfd7
        ref: f33
9f53fc6
        buildorder: 10
9f53fc6
      libgnome-games-support:
9f53fc6
        rationale: Runtime dependency
b62bfd7
        ref: f33
9f53fc6
...