mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
Jtx board - add to fdroid
This commit is contained in:
parent
b998c5323e
commit
84bebf2493
1 changed files with 35 additions and 0 deletions
35
metadata/at.techbee.jtx.yml
Normal file
35
metadata/at.techbee.jtx.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Writing
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Techbee e.U.
|
||||
AuthorEmail: contact@techbee.at
|
||||
AuthorWebSite: https://techbee.at
|
||||
WebSite: https://jtx.techbee.at
|
||||
SourceCode: https://gitlab.com/techbeeat1/jtx
|
||||
IssueTracker: https://www.davx5.com/forums
|
||||
Changelog: https://gitlab.com/techbeeat1/jtx/-/releases
|
||||
Donate: https://jtx.techbee.at/app/contribute#Donorbox
|
||||
Liberapay: techbee.at
|
||||
|
||||
AutoName: jtx Board
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/techbeeat1/jtx.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.00.02-release.ose
|
||||
versionCode: 100020000
|
||||
commit: ce3271bd625576c52f4b8fe58fe65b72fa700d91
|
||||
subdir: app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- ose
|
||||
prebuild: sed -i -e '/developer.huawei.com/d' ../build.gradle
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v[0-9.]*$
|
||||
CurrentVersion: 1.00.02-release.ose
|
||||
CurrentVersionCode: 100020000
|
||||
Loading…
Reference in a new issue