33 lines
887 B
YAML
33 lines
887 B
YAML
# yaml-language-server: $schema=https://raw.githubusercontent.com/flatpak/flatpak-builder/main/data/flatpak-manifest.schema.json
|
|
|
|
---
|
|
app-id: com.fosscat.rluv
|
|
runtime: org.freedesktop.Platform
|
|
runtime-version: "23.08"
|
|
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
|
|
- name: rluvApp
|
|
buildsystem: simple
|
|
only-arches:
|
|
- x86_64
|
|
build-commands:
|
|
- "./build-flatpak.sh"
|
|
sources:
|
|
- type: dir
|
|
path: ../rluv-client
|
|
- type: file
|
|
url: https://git.fosscat.com/n8r/rluv_client/releases/download/master-gen/rluvApp-Linux-Portable.tar.gz
|
|
sha256: 5c4d58e7ae0231e9e94095f9476743684e040836af461297786b31e0fdeb9eb0
|
|
- type: file
|
|
path: build-flatpak.sh
|