fdroiddata/metadata/com.xlythe.minecraftclock.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

42 lines
1,021 B
YAML

Categories:
- Theming
License: Apache-2.0
SourceCode: https://github.com/Xlythe/MinecraftClock
IssueTracker: https://github.com/Xlythe/MinecraftClock/issues
AutoName: Minecraft Clock
Summary: Minecraft clock widget
Description: |-
A Minecraft widget for your lockscreen and home screen. The dial will rotate
between day and night in real time.
RepoType: git
Repo: https://github.com/Xlythe/MinecraftClock
Builds:
- versionName: '1.3'
versionCode: 4
commit: 582440dbfdaa3
- versionName: 1.3.1
versionCode: 5
commit: 6b4d2a4d9453d7518b8841d3fa53aa380585fd4f
subdir: MainApp
gradle:
- yes
forceversion: true
forcevercode: true
rm:
- WearLibrary
- WearApp
prebuild:
- echo "include ':MainApp'" > ../settings.gradle
- sed -i -e '/WearApp/d' build.gradle
MaintainerNotes: Wrong CV/CVC is due https://github.com/Xlythe/MinecraftClock/issues/1
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.3'
CurrentVersionCode: 4