6dc775b236
```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 ```
45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
Categories:
|
|
- Games
|
|
License: GPL-2.0-or-later
|
|
WebSite: https://instead.syscall.ru
|
|
SourceCode: https://sourceforge.net/p/instead/code
|
|
IssueTracker: http://instead.syscall.ru/forum/viewforum.php?id=14
|
|
Changelog: https://sf.net/p/instead/wiki/ChangeLog
|
|
|
|
Name: INSTEAD
|
|
AutoName: Instead
|
|
Summary: Interactive fiction player
|
|
Description: |-
|
|
STEAD is a Lua-based language for writing games that are the mix of visual
|
|
novels, text quests and classical 90ss quests. In addition to STEAD games
|
|
INSTEAD supports URQ quests and Space Rangers in-game quests.
|
|
|
|
The package includes interpreter and interactive fiction manager, capable of
|
|
downloading games in the chosen language.
|
|
|
|
RepoType: git-svn
|
|
Repo: https://instead-android.googlecode.com/svn/trunk
|
|
|
|
Builds:
|
|
- versionName: 1.6.1.9
|
|
versionCode: 16109
|
|
commit: r44
|
|
subdir: project
|
|
init:
|
|
- rm -f build.xml
|
|
- echo -e "APP_CFLAGS += -D__ARM_ARCH_5__" > jni/Application.mk
|
|
- cd ..
|
|
- ./update_xml.sh || true
|
|
patch:
|
|
- jpeg.patch
|
|
srclibs:
|
|
- INSTEAD@r1854
|
|
prebuild: ln -s `readlink -f $$INSTEAD$$` jni/src/instead
|
|
buildjni:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 1.6.1.9
|
|
CurrentVersionCode: 16109
|