6c177c1fc3
!5262 ```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
41 lines
881 B
YAML
41 lines
881 B
YAML
Categories:
|
|
- Time
|
|
License: GPL-3.0-only
|
|
WebSite: https://laicare.frangor.info
|
|
SourceCode: https://gitlab.com/LaiCare/laicare
|
|
IssueTracker: https://gitlab.com/LaiCare/laicare/issues
|
|
|
|
AutoName: LaiCare
|
|
Summary: Manage the care of dogs and cats
|
|
Description: |-
|
|
Manage the care of dogs and cats.
|
|
|
|
Features:
|
|
|
|
* Dogs and cats manager.
|
|
* Treatments manager.
|
|
* Appointments manager with reminder notifications.
|
|
* Weight control with monitoring chart.
|
|
|
|
RepoType: git
|
|
Repo: https://gitlab.com/LaiCare/laicare.git
|
|
|
|
Builds:
|
|
- versionName: 0.0.1
|
|
versionCode: 1
|
|
commit: 0.0.1
|
|
init: echo 'android { lintOptions { checkReleaseBuilds false } }' >>build.gradle
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 0.0.2
|
|
versionCode: 2
|
|
commit: 0.0.2
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 0.0.2
|
|
CurrentVersionCode: 2
|