fdroiddata/metadata/org.mosspaper.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

48 lines
1.1 KiB
YAML

Categories:
- Theming
License: Apache-2.0
WebSite: https://teneighty.github.io/moss
SourceCode: https://github.com/teneighty/moss
IssueTracker: https://github.com/teneighty/moss/issues
AutoName: Moss
Summary: Statistics on the home screen
Description: |-
[http://www.conky.com Conky]-like live wallpaper. It provides system statistics
such as uptime, CPU usage, network usage, top processes, and battery level.
See the website for more themes; some of those are already packaged as Moss
Patches — a zip file with an mpk extension containing configs, fonts etc. which
will launch Moss when downloaded.
RepoType: git
Repo: https://github.com/teneighty/moss.git
Builds:
- versionName: '0.5'
versionCode: 5
commit: 41a0f3d13c
submodules: true
init:
- cd tools/color-picker
- git checkout 0a4c1f2669ed
androidupdate:
- .
- tools/color-picker
target: android-15
buildjni:
- yes
- versionName: '0.6'
versionCode: 6
commit: v0.6
subdir: moss
submodules: true
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '0.6'
CurrentVersionCode: 6