This repository has been archived on 2025-09-15. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
alsa-scarlett-gui/vu.b4.alsa-scarlett-gui.yml
2023-10-20 15:02:51 +10:30

26 lines
658 B
YAML

app-id: vu.b4.alsa-scarlett-gui
runtime: org.gnome.Platform
runtime-version: "45"
sdk: org.gnome.Sdk
command: alsa-scarlett-gui
finish-args:
# X11 + XShm access
- --share=ipc
- --socket=fallback-x11
# Wayland access
- --socket=wayland
# Needs access to ALSA device nodes:
- --device=all
modules:
- name: alsa-scarlett-gui
buildsystem: simple
build-commands:
- make install PREFIX=$FLATPAK_DEST
sources:
- type: dir
path: ./src
# Use the following and remove the above for Flathub publishing
# - type: git
# url: https://github.com/geoffreybennett/alsa-scarlett-gui.git
# tag: "0.2"