mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
Add tech.techlore.plexus
This commit is contained in:
parent
4dfd42d8e2
commit
e38cecddfc
1 changed files with 36 additions and 0 deletions
36
metadata/tech.techlore.plexus.yml
Normal file
36
metadata/tech.techlore.plexus.yml
Normal file
|
|
@ -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
|
||||
Loading…
Reference in a new issue