mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-19 04:09:14 +00:00
New App: com.tombursch.kitchenowl
This commit is contained in:
parent
4a21801ac8
commit
f7114c0ac6
1 changed files with 43 additions and 0 deletions
43
metadata/com.tombursch.kitchenowl.yml
Normal file
43
metadata/com.tombursch.kitchenowl.yml
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
Categories:
|
||||
- Money
|
||||
- Sports & Health
|
||||
License: AGPL-3.0-only
|
||||
AuthorName: Tom Bursch
|
||||
WebSite: https://tombursch.github.io/kitchenowl/
|
||||
SourceCode: https://github.com/TomBursch/kitchenowl
|
||||
IssueTracker: https://github.com/TomBursch/kitchenowl/issues
|
||||
Changelog: https://github.com/TomBursch/kitchenowl/releases
|
||||
|
||||
AutoName: KitchenOwl
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/TomBursch/kitchenowl.git
|
||||
|
||||
Builds:
|
||||
- versionName: 0.3.1
|
||||
versionCode: 58
|
||||
commit: v0.3.1
|
||||
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.3.2
|
||||
rm:
|
||||
- ios
|
||||
- linux
|
||||
- windows
|
||||
- web
|
||||
- macos
|
||||
prebuild: touch .env
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version
|
||||
UpdateCheckMode: Tags ^v.*$
|
||||
UpdateCheckData: pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 0.3.1
|
||||
CurrentVersionCode: 58
|
||||
Loading…
Reference in a new issue