fdroiddata/metadata/org.hystudio.android.dosbox.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

31 lines
702 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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. Its been designed to run old DOS games under platforms that dont
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