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 ```
35 lines
816 B
YAML
35 lines
816 B
YAML
Categories:
|
|
- Navigation
|
|
License: GPL-2.0-only
|
|
SourceCode: https://github.com/omegavesko/SuTransPlus
|
|
IssueTracker: https://github.com/omegavesko/SuTransPlus/issues
|
|
|
|
AutoName: Sutrans Plus
|
|
Summary: Bus schedules for Serbian SuTrans
|
|
Description: Unofficial bus schedules for SuTrans, a Serbian bus company.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/omegavesko/SuTransPlus
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 798257d632315efa776f0a32a4b6e4a44553f01c
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- JSoup@jsoup-1.7.3
|
|
rm:
|
|
- app/libs/jsoup-1.7.3.jar
|
|
prebuild:
|
|
- pushd $$JSoup$$
|
|
- $$MVN3$$ package
|
|
- popd
|
|
- cp $$JSoup$$/target/jsoup-1.7.3.jar libs/
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|