diff --git a/metadata/flunzmas.seasoncalendar.yml b/metadata/flunzmas.seasoncalendar.yml new file mode 100644 index 0000000000..33b36e3b8e --- /dev/null +++ b/metadata/flunzmas.seasoncalendar.yml @@ -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