fdroiddata/metadata/com.app.Zensuren.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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 13:13:47 +02:00

33 lines
902 B
YAML

Categories:
- Time
- Science & Education
License: GPL-3.0-only
SourceCode: https://github.com/ngbvol/Zensuren
IssueTracker: https://github.com/ngbvol/Zensuren/issues
AutoName: Zensuren
Summary: Organize teaching
Description: Organize teaching, manage classes, schedules, homework and grades.
RepoType: git
Repo: https://github.com/ngbvol/Zensuren
Builds:
- versionName: '1.21'
versionCode: 121
commit: a2134d60acad14915df40292e534b66fabaa6e05
init:
- mv build.gradle old.gradle
- echo -e "buildscript {\nrepositories {\njcenter()\n}\ndependencies {\nclasspath
'com.android.tools.build:gradle:1.2.2'\n}\n}\nallprojects {\nrepositories
{\njcenter()\n}\n}" > build.gradle
- cat old.gradle >> build.gradle
- rm old.gradle
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.21'
CurrentVersionCode: 121