fdroiddata/metadata/org.hanenoshino.onscripter.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

41 lines
1.2 KiB
YAML

Categories:
- Games
License: GPL-2.0-or-later
WebSite: http://onscripter.sourceforge.jp/android/android.html
SourceCode: https://github.com/shinohane/onscripter
IssueTracker: http://onscripter.sourceforge.jp/cgi-bin/kagemai/guest.cgi?project=onscripter&action=top
Name: ONScripter
Summary: Visual Novel player
Description: |-
Only English ONScripter games are known to be supported. This port uses upstream
ONScripter engine, but any Android-specific issues should be reported to port
developer (see source code link).
[http://narcissu.insani.org/ Narcissu] is a free English game; download the
linux edition and extract to the sdcard.
RepoType: git
Repo: https://github.com/shinohane/onscripter
Builds:
- versionName: '20120310'
versionCode: 20120310
commit: eaf9848c79
init:
- echo "APP_CFLAGS += -DENABLE_1BYTE_CHAR -DFORCE_1BYTE_CHAR" > jni/Application.mk
- rm -r jni/sdl_ttf/VisualC*
patch:
- jpeg.patch
srclibs:
- ONScripter@28b4b185ba
prebuild: cp -r $$ONScripter$$ jni/application/onscripter-20120310
target: android-17
buildjni:
- yes
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '20120310'
CurrentVersionCode: 20120310