From 11961ed0d29e0a4b7618cfc55bf0fd1b843fc159 Mon Sep 17 00:00:00 2001 From: FestplattenSchnitzel Date: Tue, 6 Jul 2021 19:34:55 +0000 Subject: [PATCH] add com.funkymuse.aurora --- metadata/com.funkymuse.aurora.yml | 32 +++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 metadata/com.funkymuse.aurora.yml diff --git a/metadata/com.funkymuse.aurora.yml b/metadata/com.funkymuse.aurora.yml new file mode 100644 index 0000000000..47590fbb03 --- /dev/null +++ b/metadata/com.funkymuse.aurora.yml @@ -0,0 +1,32 @@ +Categories: + - Multimedia +License: GPL-3.0-only +AuthorName: FunkyMuse +AuthorWebSite: https://funkymuse.dev/ +SourceCode: https://github.com/FunkyMuse/Aurora +IssueTracker: https://github.com/FunkyMuse/Aurora/issues +Changelog: https://github.com/FunkyMuse/Aurora/releases +Donate: https://patreon.com/funkymuse + +AutoName: SubHub + +RepoType: git +Repo: https://github.com/FunkyMuse/Aurora + +Builds: + - versionName: 1.0.0 + versionCode: 1 + commit: 1.0.0 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + +AutoUpdateMode: None +UpdateCheckMode: Tags +UpdateCheckData: build.gradle|verCode\s?=\s=?(\d+)|.|verName\s?=\s?["'](.+)["'] +CurrentVersion: 1.0.0 +CurrentVersionCode: 1