fdroiddata/metadata/com.johan.vertretungsplan.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

45 lines
1.3 KiB
YAML

Categories:
- Time
License: GPL-3.0-only
WebSite: https://ls.vertretungsplan.me
SourceCode: https://github.com/johan12345/ls-vertretungsplan
IssueTracker: https://github.com/johan12345/ls-vertretungsplan/issues
AutoName: Vertretungsplan
Summary: Schedule changes at Lornsen-Schule
Description: |-
Shows short-term schedule changes and notifies users when there are new changes
concerning their classes at Lornsenschule, Schleswig, Germany.
RepoType: git
Repo: https://github.com/johan12345/ls-vertretungsplan.git
Builds:
- versionName: 2.1.11
versionCode: 18
disable: submodules fail
commit: b97a2be30b1bb504a90178e6638305102d34e959
subdir: Vertretungsplan
submodules: true
srclibs:
- 1:NoAnalytics@v0.3.1
- Google-Gson@gson-2.2.4
- ACRA@acra-4.5.0
extlibs:
- jsoup/jsoup-1.7.2.jar
- android/android-support-v4.jar
prebuild:
- sed -i -e 's@\\\\@/@g' project.properties
- cd libs
- rm acra-*jar gson-*jar jsoup-*jar support-v4-*jar libGoogleAnalytics*jar
- cd ..
- cp -r $$ACRA$$/src/main/java/org src/
- cp -r $$Google-Gson$$/src/main src/main
- cp libs/android-support-v4.jar ../libraries/pagerslidingtabstrip/library/libs/android-support-v4.jar
target: android-19
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 2.1.11
CurrentVersionCode: 18