fdroiddata/metadata/com.android.quake.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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
```
2019-08-19 13:13:47 +02:00

30 lines
927 B
YAML

Categories:
- Games
License: GPL-3.0-only
SourceCode: https://github.com/jackpal/glesquake
IssueTracker: https://github.com/jackpal/glesquake/issues
AutoName: Quake
Summary: Quake 1 port
Description: |-
Port of Quake 1 to Android. Requires hardware keys, no sound. You have to put
your own copy of the pak0.pak and maps Quake game data files under
/sdcard/data/quake/id1/. The best way to obtain those files currently is by
using [http://nquake.sourceforge.net/ nQuake].
RepoType: git
Repo: https://github.com/jackpal/glesquake
Builds:
- versionName: '1.0'
versionCode: 1
commit: 823b728ed3a9
prebuild: sed -i 's/package="com.android.quake"/package="com.android.quake" android:installLocation="auto"
android:versionCode="1" android:versionName="1.0"/g' AndroidManifest.xml
target: android-10
AutoUpdateMode: None
UpdateCheckMode: None
CurrentVersion: '1.0'
CurrentVersionCode: 1