-
Notifications
You must be signed in to change notification settings - Fork 1
/
io.github.berarma.Oversteer.yaml
54 lines (54 loc) · 1.24 KB
/
io.github.berarma.Oversteer.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
app-id: io.github.berarma.Oversteer
runtime: org.gnome.Platform
runtime-version: '46'
sdk: org.gnome.Sdk
command: oversteer
finish-args:
# Wayland support
- --socket=wayland
# X11 fallback support
- --socket=fallback-x11
- --share=ipc
- --filesystem=/run/udev
# Access RPM leds
- --filesystem=/sys/class/leds
# Access the steering wheel parameters
- --filesystem=/sys/devices
- --device=all
cleanup:
- '/app/lib/cmake'
- '/include'
- '/lib/pkgconfig'
- '/man'
- '/share/cmake'
- '/share/doc'
- '/share/man'
- '/share/vala'
- '*.la'
- '*.a'
modules:
- shared-modules/lzo/lzo.json
- name: openblas
no-autogen: true
make-args:
- DYNAMIC_ARCH=1
- FC=gfortran
- NO_CBLAS=1
- NO_LAPACKE=1
- USE_OPENMP=0
make-install-args:
- PREFIX=/app
sources:
- type: git
url: https://github.com/OpenMathLib/OpenBLAS.git
tag: v0.3.24
commit: 9f815cf1bf16b4e64d4aee681b33558fc090b62a
- python-dependencies.yaml
- name: oversteer
buildsystem: meson
config-opts:
- -Dudev_rules_dir=/etc/udev/rules.d
sources:
- type: git
url: https://github.com/berarma/oversteer.git
commit: a418ffab184bf2b82df3434776fe80e3029f6cb6