31 lines
1.0 KiB
YAML
31 lines
1.0 KiB
YAML
app-id: top.qyhhh.actuator-reader
|
|
runtime: org.kde.Platform
|
|
runtime-version: "6.7"
|
|
sdk: org.kde.Sdk
|
|
command: actuator-reader
|
|
finish-args:
|
|
- --socket=wayland
|
|
- --socket=fallback-x11
|
|
- --socket=pulseaudio
|
|
- --share=ipc
|
|
- --device=dri
|
|
- --filesystem=host
|
|
|
|
modules:
|
|
- name: actuator-reader
|
|
buildsystem: simple
|
|
build-commands:
|
|
- install -Dm755 actuator-reader /app/bin/actuator-reader
|
|
- install -Dm644 top.qyhhh.actuator-reader.desktop /app/share/applications/top.qyhhh.actuator-reader.desktop
|
|
- install -Dm644 top.qyhhh.actuator-reader.png /app/share/icons/hicolor/256x256/apps/top.qyhhh.actuator-reader.png
|
|
- install -Dm644 top.qyhhh.actuator-reader.metainfo.xml /app/share/metainfo/top.qyhhh.actuator-reader.metainfo.xml
|
|
sources:
|
|
- type: file
|
|
path: actuator-reader
|
|
- type: file
|
|
path: top.qyhhh.actuator-reader.desktop
|
|
- type: file
|
|
path: top.qyhhh.actuator-reader.png
|
|
- type: file
|
|
path: top.qyhhh.actuator-reader.metainfo.xml
|