18 lines
386 B
YAML
18 lines
386 B
YAML
platforms:
|
|
only:
|
|
- x86_64
|
|
- aarch64
|
|
flatpak:
|
|
id: io.github.thetumultuousunicornofdarkness.cpu-x
|
|
branch: stable
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- cpu-x
|
|
command: cpu-x
|
|
finish-args: |-
|
|
--device=dri
|
|
--share=ipc
|
|
--socket=x11
|
|
--socket=wayland
|
|
--talk-name=org.freedesktop.Flatpak
|