fdroiddata/metadata/org.jtb.droidlife.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

32 lines
795 B
YAML

Categories:
- Games
License: GPL-3.0-only
SourceCode: https://archive.softwareheritage.org/browse/origin/http://droidlife.googlecode.com/svn//directory/
AutoName: DroidLife
Summary: Conway's Game of Life
Description: |-
Simulate cellular life. This is an implementation of Conway's Game of Life.
Choose from many included seeds, download thousands online, or design your own
from the app.
Define your own life: configure birth and survival rules.
Reads standard Life file formats: Life 106 & RLE.
Builds:
- versionName: 2.4.1
versionCode: 21
commit: '22'
init: rm -rf release/
- versionName: '2.5'
versionCode: 22
commit: '23'
init: rm -rf release/
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '2.5'
CurrentVersionCode: 22