22 lines
599 B
YAML
22 lines
599 B
YAML
flatpak:
|
|
# Derived from the project's domain name
|
|
id: org.anakreon.Berusky
|
|
branch: stable
|
|
runtime-name: flatpak-runtime
|
|
runtime-version: f44
|
|
packages:
|
|
- berusky
|
|
- gtk2-flatpak-config
|
|
# Binary to execute to run the app
|
|
command: berusky
|
|
rename-appdata-file: berusky.appdata.xml
|
|
rename-desktop-file: berusky.desktop
|
|
rename-icon: berusky
|
|
tags: []
|
|
# Not sandboxed. See 'man flatpak-build-finish'
|
|
finish-args: |
|
|
--filesystem=host
|
|
--share=ipc
|
|
--socket=x11
|
|
--socket=wayland
|
|
--socket=session-bus
|