rluv_client-flatpak/com.fosscat.rluv.yml

36 lines
1016 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 18:55:33 -06:00
- name: rluv App
2024-06-01 16:05:40 -06:00
buildsystem: simple
only-arches:
- aarch64
build-commands:
- "./build-flatpak.sh"
sources:
2024-06-02 17:55:23 -06:00
# - type: file
# url: https://github.com/Merrit/flutter_flatpak_example/releases/download/v1.0.0/FlutterApp-Linux-Portable.tar.gz
# sha256: 5dc57e4f5b84e6527098cb1e011ef50413c660147f5da7dfbfb507527e44eb83
2024-06-01 16:05:40 -06:00
- type: dir
path: ../rluv-client
# - type: git
# url: https://github.com/Merrit/flutter_flatpak_example.git
# branch: main
- type: file
path: build-flatpak.sh