diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..7fcceb8 --- /dev/null +++ b/container.yaml @@ -0,0 +1,12 @@ +compose: + modules: + - gnome-2048:master +flatpak: + id: org.gnome.TwentyFortyEight + branch: stable + command: gnome-2048 + finish-args: |- + --socket=wayland + --share=ipc + --socket=x11 + --device=dri diff --git a/gnome-2048.yaml b/gnome-2048.yaml new file mode 100644 index 0000000..46ac14d --- /dev/null +++ b/gnome-2048.yaml @@ -0,0 +1,31 @@ +--- +document: modulemd +version: 2 +data: + summary: A 2048 clone for GNOME + description: >- + A GNOME clone of the popular game 2048 http://en.wikipedia.org/wiki/2048_(video_game) + license: + module: + - MIT + dependencies: + - buildrequires: + flatpak-runtime: [f31] + platform: [f31] + requires: + flatpak-runtime: [f31] + platform: [f31] + profiles: + default: + rpms: + - gnome-2048 + components: + rpms: + gnome-2048: + rationale: Application package + ref: f31 + buildorder: 10 + libgnome-games-support: + rationale: Runtime dependency + ref: f31 +...