From 9e97aea07ac05974e1d5484e71293976510c8eaa Mon Sep 17 00:00:00 2001 From: DenyTheFlowerpot <113918-DenyTheFlowerpot@users.noreply.gitlab.com> Date: Thu, 23 Dec 2021 22:55:51 +0000 Subject: [PATCH] Added metadata for the initial release of com.denytheflowerpot.scrunch --- metadata/com.denytheflowerpot.scrunch.yml | 29 +++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 metadata/com.denytheflowerpot.scrunch.yml diff --git a/metadata/com.denytheflowerpot.scrunch.yml b/metadata/com.denytheflowerpot.scrunch.yml new file mode 100644 index 0000000000..42582c3466 --- /dev/null +++ b/metadata/com.denytheflowerpot.scrunch.yml @@ -0,0 +1,29 @@ +Categories: + - System +License: EUPL-1.2 +AuthorName: DenyTheFlowerpot +SourceCode: https://github.com/DenyTheFlowerpot/Scrunch +IssueTracker: https://github.com/DenyTheFlowerpot/Scrunch/issues +Changelog: https://github.com/DenyTheFlowerpot/Scrunch/releases + +AutoName: Scrunch + +RepoType: git +Repo: https://github.com/DenyTheFlowerpot/Scrunch + +Builds: + - versionName: '0.1' + versionCode: 1 + commit: d684ad961802bfd8ec506c502a8adafc6ad7b5a7 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk + - update-alternatives --auto java + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: '0.1' +CurrentVersionCode: 1