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 ```
40 lines
1 KiB
YAML
40 lines
1 KiB
YAML
Categories:
|
|
- Games
|
|
License: GPL-3.0-only
|
|
WebSite: https://bitbucket.org/przemekr/oware_agg
|
|
SourceCode: https://bitbucket.org/przemekr/oware_agg/src
|
|
IssueTracker: https://bitbucket.org/przemekr/oware_agg/issues
|
|
|
|
AutoName: Oware
|
|
Summary: Abstract African board game
|
|
Description: |-
|
|
Oware is a board strategy game of African origin. Among its many names are Ayò,
|
|
Awalé, Wari, Ouri, Ouril or Uril.
|
|
|
|
Move Your seeds along the board and grab scores from the opponent pits. Check
|
|
[http://en.wikipedia.org/wiki/Oware] for the game rules.
|
|
|
|
Play with a friend or against a computer player.
|
|
|
|
RepoType: git
|
|
Repo: https://bitbucket.org/przemekr/oware_agg
|
|
|
|
Builds:
|
|
- versionName: '0.1'
|
|
versionCode: 1
|
|
commit: '0.1'
|
|
subdir: android
|
|
srclibs:
|
|
- SDL@release-2.0.1
|
|
prebuild:
|
|
- rm -rf jni/SDL/src jni/SDL/include
|
|
- ln -s ../../$$SDL$$/src jni/SDL/
|
|
- ln -s ../../$$SDL$$/include jni/SDL/
|
|
buildjni:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '0.1'
|
|
CurrentVersionCode: 1
|