fdroiddata/metadata/com.foxykeep.lifecounter.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

37 lines
837 B
YAML

Categories:
- Games
License: Beerware
WebSite: http://www.foxykeep.com
SourceCode: https://github.com/foxykeep/lifecounter
IssueTracker: https://github.com/foxykeep/lifecounter/issues
AutoName: Life Counter
Summary: Manage life total in MTG games
Description: |-
Manage your life total in "Magic The Gathering" (or other games) in a simple and
easy way.
Features:
* Count life and poison
* Swipe to add/remove 5 points
* Flip/swap counters
* Change default values
* Beautiful backgrounds :)
RepoType: git
Repo: https://github.com/foxykeep/lifecounter
Builds:
- versionName: '1.0'
versionCode: 2
commit: e6936d0b58cae595742502fa557a3ebee127026e
subdir: LifeCounter
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 2