From e38cecddfc30a036bc78e026aef3e7c42ff1b443 Mon Sep 17 00:00:00 2001 From: Weird Aquarian Date: Wed, 18 May 2022 09:15:28 +0000 Subject: [PATCH] Add tech.techlore.plexus --- metadata/tech.techlore.plexus.yml | 36 +++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 metadata/tech.techlore.plexus.yml diff --git a/metadata/tech.techlore.plexus.yml b/metadata/tech.techlore.plexus.yml new file mode 100644 index 0000000000..bc4a904974 --- /dev/null +++ b/metadata/tech.techlore.plexus.yml @@ -0,0 +1,36 @@ +AntiFeatures: + - NonFreeNet +Categories: + - System + - Connectivity + - Internet +License: GPL-3.0-only +AuthorName: Techlore +AuthorEmail: contact@techlore.tech +AuthorWebSite: https://www.techlore.tech +WebSite: https://plexus.techlore.tech +SourceCode: https://github.com/techlore/Plexus-app +IssueTracker: https://github.com/techlore/Plexus-app/issues +Changelog: https://github.com/techlore/Plexus-app/blob/HEAD/CHANGELOG.md + +AutoName: Plexus + +RepoType: git +Repo: https://github.com/techlore/Plexus-app.git + +Builds: + - versionName: 1.0.0 + versionCode: 100 + commit: v1.0.0 + subdir: app + sudo: + - apt-get update || apt-get update + - apt-get install -y openjdk-11-jdk-headless + - update-alternatives --auto java + gradle: + - yes + +AutoUpdateMode: Version v%v +UpdateCheckMode: Tags +CurrentVersion: 1.0.0 +CurrentVersionCode: 100