fdroiddata/metadata/com.blippex.app.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
737 B
YAML

Categories:
- Internet
License: MIT
WebSite: https://www.blippex.org
SourceCode: https://github.com/blippex/blippex_android_app
IssueTracker: https://github.com/blippex/blippex_android_app/issues
AutoName: blippex
Summary: Client for a search engine
Description: |-
Searches Blippex, a search engine which allow the community to rank websites
based on how long they spend there among other things. There are extensions for
many or the desktop browsers.
RepoType: git
Repo: https://github.com/blippex/blippex_android_app.git
Builds:
- versionName: 1.0.3
versionCode: 5
commit: a077c4dd93e026c4b
subdir: blippex
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.0.3
CurrentVersionCode: 5