mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-18 03:39:10 +00:00
Add LibreHealth Cost Of Care Explorer
This commit is contained in:
parent
4ca0562cd5
commit
d583119c0a
1 changed files with 38 additions and 0 deletions
38
metadata/io.librehealth.toolkit.cost_of_care.yml
Normal file
38
metadata/io.librehealth.toolkit.cost_of_care.yml
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
AntiFeatures:
|
||||
- NonFreeNet
|
||||
Categories:
|
||||
- Sports & Health
|
||||
- Science & Education
|
||||
License: MPL-2.0
|
||||
AuthorName: LibreHealth
|
||||
AuthorEmail: infrastructure@librehealth.io
|
||||
WebSite: https://librehealth.io/
|
||||
SourceCode: https://gitlab.com/librehealth/toolkit/cost-of-care/lh-toolkit-cost-of-care-app
|
||||
IssueTracker: https://gitlab.com/librehealth/toolkit/cost-of-care/lh-toolkit-cost-of-care-app/-/issues
|
||||
Changelog: https://gitlab.com/librehealth/toolkit/cost-of-care/lh-toolkit-cost-of-care-app/-/releases
|
||||
Donate: https://librehealth.io/donate
|
||||
|
||||
AutoName: LibreHealth Cost Of Care Explorer
|
||||
|
||||
RepoType: git
|
||||
Repo: https://gitlab.com/librehealth/toolkit/cost-of-care/lh-toolkit-cost-of-care-app
|
||||
|
||||
Builds:
|
||||
- versionName: 1.0.0
|
||||
versionCode: 1
|
||||
commit: v1.0.0
|
||||
output: build/app/outputs/apk/release/app-release.apk
|
||||
srclibs:
|
||||
- flutter@1.22.5
|
||||
prebuild: echo 'android.applicationVariants.all { variant -> variant.outputs.all
|
||||
{ output -> outputFileName = "app-${output.baseName}.apk" } }' >> android/app/build.gradle
|
||||
build:
|
||||
- $$flutter$$/bin/flutter config --no-analytics
|
||||
- $$flutter$$/bin/flutter pub get
|
||||
- $$flutter$$/bin/flutter build apk
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: HTTP
|
||||
UpdateCheckData: https://gitlab.com/librehealth/toolkit/cost-of-care/lh-toolkit-cost-of-care-app/-/raw/master/pubspec.yaml|version:\s.+\+(\d+)|.|version:\s(.+)\+
|
||||
CurrentVersion: 1.0.0
|
||||
CurrentVersionCode: 1
|
||||
Loading…
Reference in a new issue