fdroiddata/metadata/de.sigfood.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

41 lines
1,019 B
YAML

Categories:
- Internet
- Science & Education
License: GPL-3.0-only
WebSite: http://sigfood.de/
SourceCode: https://github.com/cody82/sigfood
IssueTracker: https://github.com/cody82/sigfood/issues
AutoName: Sigfood
Summary: Get current menus (University of Erlangen, South)
Description: |-
Get the current menus served at the university canteen of southern Erlangen.
* Up-to-date menu
* Pictures
* Comments
* Ratings
RepoType: git
Repo: https://github.com/cody82/sigfood
Builds:
- versionName: 2.7.1
versionCode: 26
commit: e98a8ae3f2e66185573e5d14e58e9e230aa276b3
subdir: app
gradle:
- yes
prebuild: echo 'android{ lintOptions{ disable "ResourceType" }}' >> build.gradle
MaintainerNotes: |-
Upstream issues at..
- https://github.com/cody82/sigfood/issues/11
- https://github.com/cody82/sigfood/issues/12
- https://github.com/cody82/sigfood/issues/9
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 2.7.1
CurrentVersionCode: 26