fdroiddata/metadata/de.duenndns.gmdice.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

44 lines
924 B
YAML

Categories:
- Games
License: GPL-2.0-only
SourceCode: https://github.com/ge0rg/gamemasterdice
IssueTracker: https://github.com/ge0rg/gamemasterdice/issues
AutoName: DSA Dice
Summary: Dice Generator
Description: |-
A dice rolling application with a special focus on the 3D20 role playing game
(RPG) system.
Features:
* four configurable dice buttons (long-press to configure)
* backlog of recent dice rolls
* remembers the most commonly used dice
Supported games:
* Dungeons & Dragons (DnD)
* Neuroshima
* Monastyr
* Star Wars RPG
* Shadowrun
* and further d20 and 3d20 titles
RepoType: git
Repo: https://github.com/ge0rg/gamemasterdice.git
Builds:
- versionName: 0.1.5
versionCode: 6
commit: 852aa5d917a
- versionName: 0.1.6
versionCode: 7
commit: 0.1.6
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 0.1.6
CurrentVersionCode: 7