23 lines
634 B
YAML
23 lines
634 B
YAML
flatpak:
|
|
# Derived from the project's domain name
|
|
id: dk.sunsite.foobillard
|
|
branch: stable
|
|
# Binary to execute to run the app
|
|
command: foobillard
|
|
rename-desktop-file: foobillard.desktop
|
|
rename-appdata-file: foobillard.appdata.xml
|
|
rename-icon: foobillard
|
|
tags: []
|
|
# Not sandboxed. See 'man flatpak-build-finish'
|
|
finish-args: |
|
|
--filesystem=host
|
|
--share=ipc
|
|
--socket=x11
|
|
--socket=wayland
|
|
--socket=session-bus
|
|
--device=dri
|
|
--socket=pulseaudio
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- foobillard
|