6c177c1fc3
!5262 ```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 ```
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
Categories:
|
|
- Games
|
|
License: MIT
|
|
WebSite: http://www.jwtc.nl
|
|
SourceCode: https://github.com/jcarolus/android-chess
|
|
IssueTracker: https://github.com/jcarolus/android-chess/issues
|
|
|
|
AutoName: Chess
|
|
Summary: Chess program and FICS client
|
|
Description: |-
|
|
Play chess against your Android or online (FICS). Featuring 2000 practice
|
|
positions, 500 puzzles, UCI engine support, Chess 960 and more. It's also
|
|
possible to set up a position on the board, save and edit games, navigate
|
|
through history and import/export via e-mail or clipboard.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/jcarolus/android-chess.git
|
|
|
|
Builds:
|
|
- versionName: 8.4.3
|
|
versionCode: 115
|
|
commit: 1.0.1
|
|
rm:
|
|
- libs/armeabi/libchess-jni.so
|
|
- native/project/jni/chess
|
|
- native/project/jni/gmon.out
|
|
- native/project/jni/db-5.bin
|
|
- assets/db.bin
|
|
prebuild:
|
|
- mv native/project/jni ./
|
|
- sed -i -e 's/android:minSdkVersion="4"/android:minSdkVersion="8"/g' AndroidManifest.xml
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 8.6.10
|
|
versionCode: 138
|
|
disable: play-services et al.
|
|
commit: none
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 8.8.3
|
|
versionCode: 148
|
|
disable: play-services
|
|
commit: 8.8.3
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
buildjni:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 8.8.4
|
|
CurrentVersionCode: 149
|