fdroiddata/metadata/com.github.mofosyne.instantreadme.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

28 lines
673 B
YAML

Categories:
- Development
License: GPL-3.0-only
SourceCode: https://github.com/mofosyne/instantReadmeApp
IssueTracker: https://github.com/mofosyne/instantReadmeApp/issues
AutoName: Instant Readme Demo
Summary: Auto-include readme files in your apps
Description: |-
Demo project to demonstrate how to automatically include README files into an
application.
RepoType: git
Repo: https://github.com/mofosyne/instantReadmeApp
Builds:
- versionName: '1.0'
versionCode: 1
commit: ed6d6a465031463f2790ab780178aeee9f9d0df7
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 1