6dc775b236
```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 ```
23 lines
549 B
YAML
23 lines
549 B
YAML
Categories:
|
|
- Games
|
|
License: Beerware
|
|
SourceCode: https://github.com/hwmrocker/tictactoe
|
|
IssueTracker: https://github.com/hwmrocker/tictactoe/issues
|
|
|
|
AutoName: TicTacToe
|
|
Summary: Single player TicTacToe game
|
|
Description: A simple single player Tic Tac Toe game, played against the computer.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/hwmrocker/tictactoe.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 9bda820598ce8f15dca3c06d76d5d6a5e73d9dc0
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|