mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 19:59:12 +00:00
Add free2pass Covid-19 contact tracing app (Germany)
This commit is contained in:
parent
c03f808016
commit
3b6ec77612
1 changed files with 36 additions and 0 deletions
36
metadata/com.hanntech.free2pass.yml
Normal file
36
metadata/com.hanntech.free2pass.yml
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Sports & Health
|
||||
License: AGPL-3.0-or-later
|
||||
AuthorName: free2pass GmbH
|
||||
SourceCode: https://gitlab.com/free2pass/free2pass-app
|
||||
IssueTracker: https://gitlab.com/free2pass/free2pass-app/-/issues
|
||||
Translation: https://gitlab.com/free2pass/free2pass-app/-/tree/main/lib/l10n
|
||||
|
||||
AutoName: free2pass
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/free2pass/free2pass-app.git
|
||||
|
||||
Builds:
|
||||
- versionName: 1.4.5
|
||||
versionCode: 28
|
||||
commit: Release-1.4.5+28
|
||||
subdir: android/app
|
||||
output: ../../build/app/outputs/flutter-apk/app-fdroid-release.apk
|
||||
srclibs:
|
||||
- flutter@2.2.0-10.3.pre
|
||||
rm:
|
||||
- ios
|
||||
prebuild: echo "flutter.sdk=$$flutter$$" >> ../local.properties
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter packages pub get
|
||||
- $$flutter$$/bin/flutter build apk --flavor fdroid -t lib/entrypoints/fdroid.entrypoint.dart
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://gitlab.com/free2pass/free2pass-app/-/raw/main/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.4.5
|
||||
CurrentVersionCode: 28
|
||||
Loading…
Reference in a new issue