fdroiddata/metadata/com.radiostudent.radiostudentstream.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

29 lines
742 B
YAML

Categories:
- Multimedia
License: GPL-2.0-only
SourceCode: https://github.com/RadioStudent/RadioStudent-Android
IssueTracker: https://github.com/RadioStudent/RadioStudent-Android/issues
AutoName: Radio Študent
Summary: Listen to radio Ljubljana (Slovenia)
Description: |-
Stream and listen to the local radio station in Ljubljana, Slovenia:
[http://www.radiostudent.si Radio Student].
RepoType: git
Repo: https://github.com/RadioStudent/RadioStudent-Android
Builds:
- versionName: '2'
versionCode: 2
commit: fddf8bdcf980c80711cf4bf8e7061a648f5c9693
rm:
- libs/*
extlibs:
- android/android-support-v4.jar
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '2'
CurrentVersionCode: 2