6dc775b236
```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 ```
31 lines
747 B
YAML
31 lines
747 B
YAML
Categories:
|
|
- Multimedia
|
|
- Internet
|
|
License: GPL-3.0-only
|
|
WebSite: http://redpanal.org
|
|
SourceCode: https://github.com/martinchodev/RedPanal-Android-WebApp
|
|
IssueTracker: https://github.com/martinchodev/RedPanal-Android-WebApp/issues
|
|
Donate: http://martinv.tip.me
|
|
|
|
AutoName: RedPanal
|
|
Summary: Client for RedPanal
|
|
Description: |-
|
|
Official companion app for RedPanal.org, a free and collaborative music site,
|
|
continued from [[ar.com.tristeslostrestigres.redpanal]].
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/martinchodev/RedPanal-Android-WebApp
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 2
|
|
commit: v1.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 2
|