mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-07-05 02:09:44 +00:00
Merge branch 'seasoncalendar' into 'master'
New app: Season calendar Closes rfp#1496 See merge request fdroid/fdroiddata!7981
This commit is contained in:
commit
1825e0f9a7
1 changed files with 41 additions and 0 deletions
41
metadata/flunzmas.seasoncalendar.yml
Normal file
41
metadata/flunzmas.seasoncalendar.yml
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
AntiFeatures:
|
||||
- NonFreeAssets
|
||||
Categories:
|
||||
- Science & Education
|
||||
License: GPL-3.0-only
|
||||
AuthorName: Andreas Boltres
|
||||
AuthorWebSite: https://flunzmas.com/
|
||||
WebSite: https://flunzmas.com/seasonal-foods-calendar
|
||||
SourceCode: https://github.com/Flunzmas/seasoncalendar
|
||||
IssueTracker: https://github.com/Flunzmas/seasoncalendar/issues
|
||||
Changelog: https://github.com/Flunzmas/seasoncalendar/releases
|
||||
|
||||
AutoName: Saisonkalender
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/Flunzmas/seasoncalendar
|
||||
|
||||
Builds:
|
||||
- versionName: 1.4.5
|
||||
versionCode: 39
|
||||
commit: v1.4.5
|
||||
subdir: android/app
|
||||
gradle:
|
||||
- yes
|
||||
output: ../../build/app/outputs/flutter-apk/app-foss-release.apk
|
||||
srclibs:
|
||||
- flutter@stable
|
||||
prebuild:
|
||||
- export flutter=$(realpath $$flutter$$)
|
||||
- echo "flutter.sdk=$flutter" >> ../local.properties
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter update-packages
|
||||
- $$flutter$$/bin/flutter build apk --release --flavor foss --verbose
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://raw.githubusercontent.com/Flunzmas/seasoncalendar/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.5
|
||||
CurrentVersionCode: 39
|
||||
Loading…
Reference in a new issue