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 ```
29 lines
797 B
YAML
29 lines
797 B
YAML
Categories:
|
|
- Sports & Health
|
|
License: MIT
|
|
WebSite: https://yerayalonso.github.io/LligaIntermunicipal
|
|
SourceCode: https://github.com/YerayAlonso/LligaIntermunicipal
|
|
IssueTracker: https://github.com/YerayAlonso/LligaIntermunicipal/issues
|
|
|
|
AutoName: Lliga Intermunicipal
|
|
Summary: Futsal (indoor soccer) in Catalunya
|
|
Description: |-
|
|
A small app to follow the league of Futsal in Girona, Catalunya. This includes
|
|
results and classification.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/YerayAlonso/LligaIntermunicipal.git
|
|
|
|
Builds:
|
|
- versionName: '1.3'
|
|
versionCode: 3
|
|
commit: 51c88587dcee93f713520999d9c28e209811b778
|
|
srclibs:
|
|
- 1:ActionBarSherlock@4.4.0
|
|
- 2:MenuDrawer@3.0.6
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.3'
|
|
CurrentVersionCode: 3
|