6c177c1fc3
!5262 ```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 ```
21 lines
459 B
YAML
21 lines
459 B
YAML
Categories:
|
|
- Theming
|
|
License: Apache-2.0
|
|
SourceCode: https://archive.softwareheritage.org/browse/origin/http://android-sky.googlecode.com/svn//directory/
|
|
|
|
AutoName: Forecast widgets
|
|
Summary: Weather Widget
|
|
Description: A weather forecast widget - USA only.
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: '2'
|
|
subdir: Sky
|
|
prebuild: rm -rf Sky/
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|