From 087c7cb4c9d8241b44d1ab0817e7ef032debc2e8 Mon Sep 17 00:00:00 2001 From: Quentin Date: Sun, 24 Dec 2023 13:04:02 +0000 Subject: [PATCH] App inclusion - Libre Memory Game --- .../org.quentin_bettoum.librememorygame.yml | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 metadata/org.quentin_bettoum.librememorygame.yml diff --git a/metadata/org.quentin_bettoum.librememorygame.yml b/metadata/org.quentin_bettoum.librememorygame.yml new file mode 100644 index 0000000000..9d571cb4c1 --- /dev/null +++ b/metadata/org.quentin_bettoum.librememorygame.yml @@ -0,0 +1,48 @@ +Categories: + - Games +License: AGPL-3.0-only +AuthorName: Quentin BETTOUM +AuthorEmail: quentin.dev@mailo.com +SourceCode: https://codeberg.org/quentin-bettoum/libre-memory-game +IssueTracker: https://codeberg.org/quentin-bettoum/libre-memory-game/issues +Changelog: https://codeberg.org/quentin-bettoum/libre-memory-game/src/branch/main/CHANGELOG.md +Liberapay: quentin-bettoum +Bitcoin: bc1qdff4g4lrtj949lh0gmayduu0ujf5zyzel5qcw9 +Litecoin: MP4mi4z1HkuhX5Up1gFKGXC7oRoMMWCjoJ + +RepoType: git +Repo: https://codeberg.org/quentin-bettoum/libre-memory-game.git + +Builds: + - versionName: 1.0.0 + versionCode: 1 + commit: b2349f3edff8786d046cee9efd9da2980010738d + timeout: 7200 + sudo: + - apt-get update + - apt-get install -y wget unzip + output: exports/libre_memory_game.apk + build: + - mkdir exports + - mkdir --parents ~/.config/godot + - wget --quiet https://github.com/godotengine/godot/releases/download/4.1.2-stable/Godot_v4.1.2-stable_linux.x86_64.zip + - unzip Godot_v4.1.2-stable_linux.x86_64.zip + - mv Godot_v4.1.2-stable_linux.x86_64 /tmp/godot + - wget --quiet https://github.com/godotengine/godot/releases/download/4.1.2-stable/Godot_v4.1.2-stable_export_templates.tpz + - mkdir --parents ~/.local/share/godot/export_templates/4.1.2.stable + - unzip -j Godot_v4.1.2-stable_export_templates.tpz templates/android_debug.apk + templates/android_release.apk -d ~/.local/share/godot/export_templates/4.1.2.stable + - mkdir .exports + - rm Godot_v4.1.2-stable_export_templates.tpz Godot_v4.1.2-stable_linux.x86_64.zip + - /tmp/godot --editor --quit --headless + - sed -i "\/export\/android\/android_sdk_path = \"\"/c export\/android\/android_sdk_path + = \"$$SDK$$\"" ~/.config/godot/editor_settings-4.tres + - rm -rf .godot + - /tmp/godot --headless --export-release "Android" exports/libre_memory_game.apk + ndk: 25.1.8937393 + +AutoUpdateMode: Version +UpdateCheckMode: Tags +UpdateCheckData: export_presets.cfg|version/code=(\d+)|.|version/name="([\d.]+)" +CurrentVersion: 1.0.0 +CurrentVersionCode: 1