rluv_client-flatpak/com.fosscat.rluv.yml

33 lines
887 B
YAML
Raw Normal View History

2024-06-01 16:05:40 -06:00
# yaml-language-server: $schema=https://raw.githubusercontent.com/flatpak/flatpak-builder/main/data/flatpak-manifest.schema.json
---
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:10:47 -06:00
- type: file
url: https://git.fosscat.com/n8r/rluv_client/releases/download/master-gen/rluvApp-Linux-Portable.tar.gz
sha256: 5c4d58e7ae0231e9e94095f9476743684e040836af461297786b31e0fdeb9eb0
2024-06-01 16:05:40 -06:00
- type: file
path: build-flatpak.sh