mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
New app: de.drmaxnix.futharkboard
This commit is contained in:
parent
b77ddcf5c4
commit
378155e50d
1 changed files with 31 additions and 0 deletions
31
metadata/de.drmaxnix.futharkboard.yml
Normal file
31
metadata/de.drmaxnix.futharkboard.yml
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
Categories:
|
||||
- System
|
||||
License: MIT
|
||||
AuthorName: DrMaxNix
|
||||
AuthorEmail: contact@drmaxnix.de
|
||||
AuthorWebSite: https://www.drmaxnix.de
|
||||
WebSite: https://futharkboard.drmaxnix.de/
|
||||
SourceCode: https://github.com/DrMaxNix/futharkboard
|
||||
IssueTracker: https://github.com/DrMaxNix/futharkboard/issues
|
||||
|
||||
AutoName: FutharkBoard
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/DrMaxNix/futharkboard.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: v1.0.0
|
||||
subdir: android-app/app
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags .*[0-9]$
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue