Blob Blame History Raw
---
document: modulemd
version: 2
data:
  summary: Sokoban clone
  description: >-
    Berusky is a 2D logic game based on an ancient puzzle named Sokoban.

    An old idea of moving boxes in a maze has been expanded with new logic items such
    as explosives, stones, special gates and so on. In addition, up to five bugs can
    cooperate and be controlled by the player.

  license:
    module:
    - MIT
  dependencies:
  - buildrequires:
      flatpak-common: [f30]
      flatpak-runtime: [f30]
      platform: [f30]
    requires:
      flatpak-common: [f30]
      flatpak-runtime: [f30]
      platform: [f30]
  profiles:
    default:
      rpms:
      - berusky
  components:
    rpms:
      berusky:
        rationale: Application package
        ref: f30
        buildorder: 10
...