36 lines
1011 B
YAML
36 lines
1011 B
YAML
|
# yaml-language-server: $schema=https://raw.githubusercontent.com/flatpak/flatpak-builder/main/data/flatpak-manifest.schema.json
|
||
|
|
||
|
---
|
||
|
app-id: com.rluv.client
|
||
|
runtime: org.freedesktop.Platform
|
||
|
runtime-version: "22.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: FlutterApp
|
||
|
buildsystem: simple
|
||
|
only-arches:
|
||
|
- aarch64
|
||
|
build-commands:
|
||
|
- "./build-flatpak.sh"
|
||
|
sources:
|
||
|
- type: file
|
||
|
url: https://github.com/Merrit/flutter_flatpak_example/releases/download/v1.0.0/FlutterApp-Linux-Portable.tar.gz
|
||
|
sha256: 5dc57e4f5b84e6527098cb1e011ef50413c660147f5da7dfbfb507527e44eb83
|
||
|
- type: dir
|
||
|
path: ../rluv-client
|
||
|
# - type: git
|
||
|
# url: https://github.com/Merrit/flutter_flatpak_example.git
|
||
|
# branch: main
|
||
|
- type: file
|
||
|
path: build-flatpak.sh
|