Initial import
This commit is contained in:
parent
617e5f75c1
commit
c0e41423cb
3 changed files with 56 additions and 1 deletions
|
|
@ -1,3 +1,3 @@
|
|||
# torcs
|
||||
|
||||
The torcs package
|
||||
The torcs Flatpak
|
||||
|
|
|
|||
16
container.yaml
Normal file
16
container.yaml
Normal 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
39
torcs.yaml
Normal 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
|
||||
...
|
||||
Loading…
Add table
Add a link
Reference in a new issue