```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
```
26 lines
673 B
YAML
26 lines
673 B
YAML
Categories:
|
|
- Games
|
|
License: AGPL-3.0-or-later
|
|
SourceCode: https://github.com/DaveRead/SequenceHunt
|
|
IssueTracker: https://github.com/DaveRead/SequenceHunt/issues
|
|
|
|
AutoName: Sequence Hunt
|
|
Summary: Puzzle game
|
|
Description: Find the sequence of colours by trial and error.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/DaveRead/SequenceHunt.git
|
|
|
|
Builds:
|
|
- versionName: 01.07.03
|
|
versionCode: 21
|
|
commit: cd7a258cf
|
|
prebuild:
|
|
- sed -i '266d' src/com/monead/games/android/sequence/Sequence.java
|
|
- sed -i '290,303d' src/com/monead/games/android/sequence/Sequence.java
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 01.07.03
|
|
CurrentVersionCode: 21
|