fdroiddata/metadata/com.sound.ampache.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

30 lines
805 B
YAML

Categories:
- Multimedia
License: GPL-2.0-or-later
SourceCode: https://github.com/Dejvino/amdroid
IssueTracker: https://github.com/Dejvino/amdroid/issues
Name: Amdroid
Summary: Amdroid is a client for the Ampache media streaming system
Description: |-
It allows you to listen to your media collection from anywhere your phone has
signal. This is a fork of the official "amdroid-h" repo.
RepoType: git
Repo: https://github.com/Dejvino/amdroid
Builds:
- versionName: 2.0.0
versionCode: 200
commit: f76e43b
subdir: app
gradle:
- yes
prebuild: sed -i -e '/buildTypes/i\lintOptions { disable "MissingTranslation"
}' -e '/compileSdkVersion/s/19/21/g' build.gradle
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 2.0.0
CurrentVersionCode: 200