fdroiddata/metadata/com.piwi.stickeroid.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

30 lines
721 B
YAML

Categories:
- Multimedia
License: GPL-2.0-only
WebSite: https://code.google.com/p/stickeroid
SourceCode: https://code.google.com/p/stickeroid/source
AutoName: Stickeroid
Summary: Stickers collection manager
Description: |-
If you like collecting stickers, cards or whatever then this is an application
for you. All you need is a Android-based device, and you can forget about paper
and pencil troubles.
RepoType: git-svn
Repo: https://stickeroid.googlecode.com/svn;trunk=trunk;tags=tags
Builds:
- versionName: '1.1'
versionCode: 4
commit: '11'
- versionName: 1.1.2
versionCode: 6
commit: '20'
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: 1.1.2
CurrentVersionCode: 6