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 ```
32 lines
855 B
YAML
32 lines
855 B
YAML
Categories:
|
|
- Games
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/tortuca/holoken-alpha
|
|
IssueTracker: https://github.com/tortuca/holoken-alpha/issues
|
|
|
|
AutoName: HoloKen
|
|
Summary: KenKen game
|
|
Description: |-
|
|
Based on KenKen and forked from Mathdoku v1.9, now featuring a Holo-inspired
|
|
design and more user-friendly functionalities.
|
|
|
|
Also known as Mathdoku or Kendoku, this KenKen game will test your mental
|
|
arithmetic and challenge your mind. The goal is to fill in the entire grid with
|
|
numbers while meeting the operation restrictions for each grid cage.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/tortuca/holoken-alpha
|
|
|
|
Builds:
|
|
- versionName: 1.1.1
|
|
versionCode: 11
|
|
commit: '4'
|
|
target: android-16
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.1.1
|
|
CurrentVersionCode: 11
|
|
|
|
NoSourceSince: '1.2'
|