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 ```
38 lines
873 B
YAML
38 lines
873 B
YAML
Categories:
|
|
- Games
|
|
License: GPL-2.0-or-later
|
|
WebSite: https://code.google.com/p/kwaak3
|
|
SourceCode: https://code.google.com/p/kwaak3/source
|
|
|
|
AutoName: Kwaak3
|
|
Summary: Quake 3 port
|
|
Description: |-
|
|
Port of ioquake3 engine to Android. Place original pak0.pk3 file from Quake 3
|
|
and [http://ioquake3.org/extras/patch-data/ patch files] in
|
|
/sdcard/quake3/baseq3. Touch controls do not work in this version, so you need
|
|
hardware keys to play.
|
|
|
|
RepoType: git-svn
|
|
Repo: https://kwaak3.googlecode.com/svn/trunk
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: '37'
|
|
subdir: kwaak/project
|
|
patch:
|
|
- common.patch
|
|
target: android-10
|
|
build:
|
|
- pushd ../..
|
|
- chmod +x mkjni.sh
|
|
- ./mkjni.sh
|
|
- popd
|
|
buildjni:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|