fdroiddata/metadata/de.zieren.rot13.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!5262

```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 18:41:06 +02:00

33 lines
848 B
YAML

Categories:
- Development
License: GPL-3.0-only
SourceCode: https://github.com/zieren/rot13translator
IssueTracker: https://github.com/zieren/rot13translator/issues
AutoName: ROT13 Translator
Summary: Encode/decode ROT13 text
Description: |-
Encode/decode text using the simple ROT13 substitution cipher. ROT13 is a means
of hiding text from a casual glance, comparable to a magazine printing the
solution to a quiz upside down.
RepoType: git
Repo: https://github.com/zieren/rot13translator
Builds:
- versionName: 1.0.2
versionCode: 3
commit: 1.0.2
target: android-18
MaintainerNotes: |-
Upstream is using target=Google Inc.:Google APIs:18, so we have to force
android-18.
License is stated in the project summary.
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.0.2
CurrentVersionCode: 3