Initial import
This commit is contained in:
parent
22c0d0d450
commit
58cdc22e05
3 changed files with 74 additions and 3 deletions
57
0ad.yaml
Normal file
57
0ad.yaml
Normal file
|
|
@ -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
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
# 0ad
|
||||
|
||||
The 0ad package
|
||||
17
container.yaml
Normal file
17
container.yaml
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue