mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Add com.flasskamp.energize
This commit is contained in:
parent
1731fae705
commit
ddb89683e9
1 changed files with 42 additions and 0 deletions
42
metadata/com.flasskamp.energize.yml
Normal file
42
metadata/com.flasskamp.energize.yml
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
Categories:
|
||||
- Sports & Health
|
||||
- Science & Education
|
||||
- Internet
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Christian Flaßkamp
|
||||
SourceCode: https://codeberg.org/epinez/Energize/
|
||||
IssueTracker: https://codeberg.org/epinez/Energize/issues
|
||||
Liberapay: epinez
|
||||
|
||||
AutoName: Energize
|
||||
|
||||
RepoType: git
|
||||
Repo: https://codeberg.org/epinez/Energize.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.1.3
|
||||
versionCode: 8
|
||||
commit: v0.1.3
|
||||
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@2.8.1
|
||||
rm:
|
||||
- ios
|
||||
- test
|
||||
- web
|
||||
build:
|
||||
- export PATH=$$flutter$$/bin:$PATH
|
||||
- flutter config --no-analytics
|
||||
- flutter packages pub get
|
||||
- flutter pub run build_runner build --delete-conflicting-outputs
|
||||
- flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.1.3
|
||||
CurrentVersionCode: 8
|
||||
Loading…
Reference in a new issue