fdroiddata/metadata/com.reicast.emulator.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

40 lines
1 KiB
YAML

AntiFeatures:
- UpstreamNonFree
Categories:
- Games
License: GPL-2.0-only
WebSite: http://reicast.com
SourceCode: https://github.com/reicast/reicast-emulator
IssueTracker: https://github.com/reicast/reicast-emulator/issues
AutoName: reicast
Summary: Sega Dreamcast Emulator
Description: |-
This is a fork/rewrite/remix of various versions of nulldc and nulldce.
Bios/flash have to be on /sdcard/dc/data/dc_boot.bin and
/sdcard/dc/data/dc_flash.bin. Supported game formats: gdi, chd.
RepoType: git
Repo: https://github.com/reicast/reicast-emulator.git
Builds:
- versionName: 0.r5+
versionCode: 6
commit: c6e1d41b20cd0
subdir: reicast/android/
init:
- echo "APP_CFLAGS+=-Wno-error=format-security" >> jni/Application.mk
- find .. -regex ".+\.\(a\|dll\|so\|exe\|lib\)" -type f -delete
patch:
- omguya.patch
rm:
- reicast/android/libs/ouya-sdk.jar
target: android-17
buildjni:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: r7
CurrentVersionCode: 7