mirror of
https://github.com/HarmonyHoney/ROTA.git
synced 2026-07-17 16:46:17 +00:00
30 lines
1.2 KiB
YAML
30 lines
1.2 KiB
YAML
id: net.hhoney.rota
|
|
runtime: org.freedesktop.Platform
|
|
runtime-version: '25.08'
|
|
base: org.godotengine.godot.BaseApp
|
|
base-version: '3.6-25.08'
|
|
sdk: org.freedesktop.Sdk
|
|
command: godot-runner
|
|
finish-args:
|
|
- --share=ipc
|
|
- --socket=x11
|
|
- --socket=pulseaudio
|
|
- --device=all
|
|
modules:
|
|
- name: rota
|
|
buildsystem: simple
|
|
build-commands:
|
|
- install -Dm644 godot-runner.pck ${FLATPAK_DEST}/bin/godot-runner.pck
|
|
- install -Dm644 linux/${FLATPAK_ID}.desktop -t ${FLATPAK_DEST}/share/applications/
|
|
- install -Dm644 linux/${FLATPAK_ID}.svg -t ${FLATPAK_DEST}/share/icons/hicolor/scalable/apps/
|
|
- install -Dm644 linux/${FLATPAK_ID}-symbolic.svg -t ${FLATPAK_DEST}/share/icons/hicolor/symbolic/apps/
|
|
- install -Dm644 linux/${FLATPAK_ID}.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo/
|
|
- install -Dm644 linux/${FLATPAK_ID}.releases.xml -t ${FLATPAK_DEST}/share/metainfo/
|
|
sources:
|
|
- type: dir
|
|
path: ../
|
|
|
|
- type: file
|
|
url: https://github.com/HarmonyHoney/ROTA/releases/download/2026.03.12/rota-ci-2026.03.12.pck
|
|
sha256: c5ce39dbe3328072be3b83ac7e3cf2df3bdb0706ef4317f948c1f8897aea4921
|
|
dest-filename: godot-runner.pck
|