fdroiddata/metadata/com.niparasc.papanikolis.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

33 lines
871 B
YAML

Categories:
- Games
License: GPL-3.0-only
WebSite: http://niparasc.blogspot.com
SourceCode: https://github.com/niparasc/papanikolis-submarine
IssueTracker: https://github.com/niparasc/papanikolis-submarine/issues
AutoName: Papanikolis Submarine
Summary: Multiplayer 2-D game
Description: |-
Steer the submarine through the caverns. Can be played with a friend via
bluetooth.
RepoType: git
Repo: https://github.com/niparasc/papanikolis-submarine.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: 06140e
subdir: papanikolis-android
init:
- zip -r native.zip libs/armeabi*
- mv ../papanikolis/libs/* libs/
- rm libs/*sources.jar
- echo 'source.dir=src;../papanikolis/src' > ant.properties
build: unzip native.zip
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 1