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