fdroiddata/metadata/com.maxfierke.sandwichroulette.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

30 lines
964 B
YAML

Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/maxfierke/sandwichroulette
IssueTracker: https://github.com/maxfierke/sandwichroulette/issues
Donate: http://forum.xda-developers.com/donatetome.php?u=1949659
AutoName: SandwichRoulette
Summary: Random selection of ingredients
Description: |-
SandwichRoulette is an application designed for the indecisive. Like many
people, my lunch has been delayed because of my inability to decide on what to
put in my sandwiches. This application, designed for Android-powered devices
running 2.1 and higher, automates the ingredient choosing process. Creations can
be saved and later versions will support sharing the particularly delicious
ones.
RepoType: git
Repo: https://github.com/maxfierke/sandwichroulette.git
Builds:
- versionName: '1.5'
versionCode: 2
commit: '1.5'
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: '1.5'
CurrentVersionCode: 2