6dc775b236
```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 ```
25 lines
560 B
YAML
25 lines
560 B
YAML
Categories:
|
||
- Time
|
||
License: GPL-3.0-only
|
||
SourceCode: https://github.com/alijc/CricketsAlarm
|
||
IssueTracker: https://github.com/alijc/CricketsAlarm/issues
|
||
|
||
AutoName: Cricket's Alarm
|
||
Summary: Pet medication alarm
|
||
Description: A widget for keeping track of a pet’s medications.
|
||
|
||
RepoType: git
|
||
Repo: https://github.com/alijc/CricketsAlarm.git
|
||
|
||
Builds:
|
||
- versionName: '1.1'
|
||
versionCode: 2
|
||
commit: f498c8dc31
|
||
subdir: CricketsAlarm
|
||
target: android-14
|
||
|
||
AutoUpdateMode: None
|
||
UpdateCheckMode: RepoManifest
|
||
CurrentVersion: '1.1'
|
||
CurrentVersionCode: 2
|