mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
new app Break.Down.Timer
This commit is contained in:
parent
4fc154b0db
commit
43eb4c93ef
1 changed files with 41 additions and 0 deletions
41
metadata/de.jepfa.bdt.yml
Normal file
41
metadata/de.jepfa.bdt.yml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
Categories:
|
||||
- Time
|
||||
License: MIT
|
||||
AuthorName: Jens Pfahl
|
||||
AuthorWebSite: https://jepfa.de
|
||||
WebSite: https://bdt.jepfa.de
|
||||
SourceCode: https://github.com/jenspfahl/BDT
|
||||
IssueTracker: https://github.com/jenspfahl/BDT/issues
|
||||
Changelog: https://github.com/jenspfahl/BDT/releases
|
||||
|
||||
AutoName: Break.Down.Timer
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/jenspfahl/BDT
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 10000
|
||||
commit: v1.0.0
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless
|
||||
- update-alternatives --auto java
|
||||
output: build/app/outputs/flutter-apk/app-release.apk
|
||||
srclibs:
|
||||
- flutter@3.0.4
|
||||
prebuild: JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 $$SDK$$/tools/bin/sdkmanager
|
||||
'cmake;3.10.2.4988404' > /dev/null
|
||||
build:
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter packages pub get
|
||||
- flutter packages pub run build_runner build --delete-conflicting-outputs
|
||||
- flutter config --no-analytics
|
||||
- flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 10000
|
||||
Loading…
Reference in a new issue