
!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 ```
31 lines
702 B
YAML
31 lines
702 B
YAML
Categories:
|
||
- Games
|
||
License: LGPL-2.1-only
|
||
SourceCode: https://code.google.com/archive/p/adosbox/source
|
||
|
||
AutoName: aDosBox
|
||
Summary: DOSBox x86 emulator port
|
||
Description: |-
|
||
DOSBox is a x86 emulator with Tandy/Hercules/CGA/EGA/VGA/SVGA graphics, sound
|
||
and DOS. It’s been designed to run old DOS games under platforms that don’t
|
||
support it.
|
||
|
||
RepoType: git-svn
|
||
Repo: https://adosbox.googlecode.com/svn/trunk
|
||
|
||
Builds:
|
||
- versionName: 0.2.5
|
||
versionCode: 20500
|
||
commit: '115'
|
||
patch:
|
||
- format-security.patch
|
||
- assembly.patch
|
||
target: android-8
|
||
buildjni:
|
||
- yes
|
||
|
||
AutoUpdateMode: None
|
||
UpdateCheckMode: Static
|
||
CurrentVersion: 0.2.5
|
||
CurrentVersionCode: 20500
|