fdroiddata/metadata/com.iazasoft.footguy.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

38 lines
808 B
YAML

Categories:
- Theming
License: GPL-2.0-only
SourceCode: https://github.com/elboza/footguy
IssueTracker: https://github.com/elboza/footguy/issues
AutoName: Footguy
Summary: Footguy widget
Description: |-
Footguy is an internet relic. Tap the footguy widget to see your uptime.
Double-tap for preferences (the launcher entry might not work)
RepoType: git
Repo: https://github.com/elboza/footguy
Builds:
- versionName: '1.1'
versionCode: 2
commit: '7'
target: android-15
- versionName: '1.2'
versionCode: 3
commit: '8'
target: android-8
- versionName: '1.5'
versionCode: 6
commit: 53238cd09c9a5122d73e7ad691b94c7919fa02f0
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.5'
CurrentVersionCode: 6