fdroiddata/metadata/com.mridang.throttle.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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
```
2019-08-19 13:13:47 +02:00

30 lines
758 B
YAML

Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/mridang/microchip
IssueTracker: https://github.com/mridang/microchip/issues
AutoName: Microchip
Summary: Show processor usage in status bar
Description: |-
''Microchip'' shows processor usage as an icon in the status bar. If needed, the
notification can also be shown in the lock screen as a priority notification.
''Microchip'' also shows the memory usage of the device.
RepoType: git
Repo: https://github.com/mridang/microchip
Builds:
- versionName: '1.1'
versionCode: 2
commit: 87b338d0f0a83a442e9d1b2e10ee6f9adf972af0
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.1'
CurrentVersionCode: 2