Initial import

This commit is contained in:
Pete Walter 2019-06-18 15:10:12 +01:00
commit c0e41423cb
3 changed files with 56 additions and 1 deletions

View file

@ -1,3 +1,3 @@
# torcs
The torcs package
The torcs Flatpak

16
container.yaml Normal file
View file

@ -0,0 +1,16 @@
compose:
modules:
- torcs:master
flatpak:
id: net.sourceforge.torcs
branch: stable
command: torcs
rename-appdata-file: torcs.appdata.xml
rename-desktop-file: torcs.desktop
rename-icon: torcs
finish-args: |-
--device=all
--persist=.torcs
--share=ipc
--socket=x11
--socket=pulseaudio

39
torcs.yaml Normal file
View file

@ -0,0 +1,39 @@
---
document: modulemd
version: 2
data:
summary: The Open Racing Car Simulator
description: >-
TORCS is a 3D racing cars simulator using OpenGL. The goal is to have programmed
robots drivers racing against each others. You can also drive yourself with either
a wheel, keyboard or mouse.
license:
module:
- MIT
dependencies:
- buildrequires:
flatpak-runtime: [f30]
platform: [f30]
requires:
flatpak-runtime: [f30]
platform: [f30]
profiles:
default:
rpms:
- torcs
components:
rpms:
freealut:
rationale: Runtime dependency
ref: f30
plib:
rationale: Runtime dependency
ref: f30
torcs:
rationale: Application package
ref: f30
buildorder: 10
torcs-data:
rationale: Runtime dependency
ref: f30
...