6dc775b236
```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 ```
37 lines
949 B
YAML
37 lines
949 B
YAML
Categories:
|
|
- Time
|
|
License: Apache-2.0
|
|
WebSite: http://dgmltn.com
|
|
SourceCode: https://github.com/dgmltn/android-MorphClock
|
|
IssueTracker: https://github.com/dgmltn/android-MorphClock/issues
|
|
|
|
AutoName: MorphClock
|
|
Summary: Bedside clock
|
|
Description: |-
|
|
A simple and beautiful bedside clock.
|
|
|
|
Features:
|
|
|
|
* One time morphs into the next as time ticks by.
|
|
* Background changes to match the sun's position where you live.
|
|
* Large, easy-to-read time, appropriate to any device.
|
|
* Subtile animations don't distract from work or sleep.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/dgmltn/android-MorphClock
|
|
|
|
Builds:
|
|
- versionName: 1.0.1
|
|
versionCode: 2
|
|
commit: 6310d6c675264139c329ffa509b60f76585a53ab
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
prebuild: sed -i -e 's/gradle:0.13/gradle:0.12/g' ../build.gradle
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.0.1
|
|
CurrentVersionCode: 2
|