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 ```
23 lines
493 B
YAML
23 lines
493 B
YAML
Categories:
|
|
- System
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/bvalosek/cpuspy
|
|
IssueTracker: https://github.com/bvalosek/cpuspy/issues
|
|
|
|
AutoName: CPU Spy
|
|
Summary: Display CPU info
|
|
Description: Show time spent overall in each cpu state CPU and general kernel info
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/bvalosek/cpuspy.git
|
|
|
|
Builds:
|
|
- versionName: 0.4.0
|
|
versionCode: 9
|
|
commit: 908f9
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 0.4.0
|
|
CurrentVersionCode: 9
|