fdroiddata/metadata/com.ten15.diyfish.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

26 lines
566 B
YAML

Categories:
- Theming
License: MIT
SourceCode: https://github.com/awilliams/fish
IssueTracker: https://github.com/awilliams/fish/issues
AutoName: Fish
Summary: Screensaver
Description: Fish daydream. Need to enable daydreams first.
RepoType: git
Repo: https://github.com/awilliams/fish.git
Builds:
- versionName: '1.0'
versionCode: 2
commit: '10089'
subdir: DIYFish/src/main
prebuild: echo 'source.dir=java' >ant.properties
target: android-19
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.0'
CurrentVersionCode: 2