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 ```
61 lines
1.3 KiB
YAML
61 lines
1.3 KiB
YAML
Categories:
|
|
- Science & Education
|
|
License: GPL-3.0-or-later
|
|
SourceCode: https://github.com/uatach/reminders
|
|
IssueTracker: https://github.com/uatach/reminders/issues
|
|
|
|
AutoName: Reminders
|
|
Summary: UNICAMP canteen information
|
|
Description: |-
|
|
Reminders is intended for students from UNICAMP as a simple reminder of the
|
|
daily meal. In portuguese "Lembretes". It connects to the webpage of the
|
|
university's restaurant to retrieve the meal and according to user preferences,
|
|
it reminds him.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/uatach/reminders.git
|
|
|
|
Builds:
|
|
- versionName: '0.8'
|
|
versionCode: 1
|
|
commit: v0.8
|
|
srclibs:
|
|
- 1:appcompat@ad5a63f
|
|
|
|
- versionName: 0.8.1
|
|
versionCode: 20
|
|
commit: v0.8.1
|
|
srclibs:
|
|
- 1:appcompat@ad5a63f
|
|
|
|
- versionName: 0.8.3
|
|
versionCode: 22
|
|
commit: v0.8.3
|
|
srclibs:
|
|
- 1:appcompat@ad5a63f
|
|
|
|
- versionName: 0.8.4
|
|
versionCode: 23
|
|
commit: v0.8.4
|
|
srclibs:
|
|
- 1:appcompat@ad5a63f
|
|
|
|
- versionName: 1-beta
|
|
versionCode: 69
|
|
commit: v1-beta2
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: v1-beta3-10-gc048e80-dirty
|
|
versionCode: 93
|
|
commit: v1.0.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: v1-beta3-10-gc048e80-dirty
|
|
CurrentVersionCode: 93
|