diff --git a/0ad.yaml b/0ad.yaml new file mode 100644 index 0000000..7fd273d --- /dev/null +++ b/0ad.yaml @@ -0,0 +1,57 @@ +document: modulemd +version: 2 +data: + summary: Cross-Platform RTS Game of Ancient Warfare + description: >- + 0 A.D. (pronounced "zero ey-dee") is a free, open-source, cross-platform real-time + strategy (RTS) game of ancient warfare. In short, it is a historically-based war/economy + game that allows players to relive or rewrite the history of Western civilizations, + focusing on the years between 500 B.C. and 500 A.D. The project is highly ambitious, + involving state-of-the-art 3D graphics, detailed artwork, sound, and a flexible + and powerful custom-built game engine. + + The game has been in development by Wildfire Games (WFG), a group of volunteer, + hobbyist game developers, since 2001. + license: + module: + - MIT + dependencies: + - buildrequires: + flatpak-common: [f29] + flatpak-runtime: [f29] + platform: [f29] + requires: + flatpak-common: [f29] + flatpak-runtime: [f29] + platform: [f29] + profiles: + default: + rpms: + - 0ad + components: + rpms: + 0ad: + rationale: Application package + ref: f29 + buildorder: 10 + 0ad-data: + rationale: Runtime dependency + ref: f29 + enet: + rationale: Runtime dependency + ref: f29 + gloox: + rationale: Runtime dependency + ref: f29 + libsodium: + rationale: Runtime dependency + ref: f29 + miniupnpc: + rationale: Runtime dependency + ref: f29 + mozjs38: + rationale: Runtime dependency + ref: f29 + nvidia-texture-tools: + rationale: Runtime dependency + ref: f29 diff --git a/README.md b/README.md deleted file mode 100644 index 0930d49..0000000 --- a/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# 0ad - -The 0ad package \ No newline at end of file diff --git a/container.yaml b/container.yaml new file mode 100644 index 0000000..fe91f36 --- /dev/null +++ b/container.yaml @@ -0,0 +1,17 @@ +compose: + modules: + - 0ad:master +flatpak: + id: com.play0ad.zeroad + branch: stable + command: 0ad + rename-appdata-file: 0ad.appdata.xml + rename-desktop-file: 0ad.desktop + rename-icon: 0ad + finish-args: |- + --socket=wayland + --device=dri + --socket=pulseaudio + --share=network + --socket=x11 + --share=ipc