rluv_client-flatpak/com.fosscat.rluv.yml

32 lines
835 B
YAML
Raw Permalink Normal View History

2024-06-02 17:55:23 -06:00
app-id: com.fosscat.rluv
2024-06-01 16:05:40 -06:00
runtime: org.freedesktop.Platform
2024-06-02 17:55:23 -06:00
runtime-version: "23.08"
2024-06-01 16:05:40 -06:00
sdk: org.freedesktop.Sdk
command: rluv
separate-locales: false
finish-args:
- --share=ipc
- --socket=fallback-x11
- --socket=wayland
- --device=dri
- --socket=pulseaudio
- --share=network
modules:
# FlutterApp
2024-06-02 21:10:47 -06:00
- name: rluvApp
2024-06-01 16:05:40 -06:00
buildsystem: simple
only-arches:
2024-06-02 21:10:47 -06:00
- x86_64
2024-06-01 16:05:40 -06:00
build-commands:
- "./build-flatpak.sh"
sources:
- type: dir
path: ../rluv-client
2024-06-02 21:56:54 -06:00
# - type: file
# path: ../rluv-client/rluvApp-Linux-Portable.tar.gz
2024-06-02 21:10:47 -06:00
- type: file
url: https://git.fosscat.com/n8r/rluv_client/releases/download/master-gen/rluvApp-Linux-Portable.tar.gz
2024-06-02 21:56:54 -06:00
sha256: 3c28d004b3d978cd6d40396851bfe72c086c93160abbbd71fcb1e29ebfad2469
2024-06-01 16:05:40 -06:00
- type: file
path: build-flatpak.sh