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 ```
38 lines
1.2 KiB
YAML
38 lines
1.2 KiB
YAML
Categories:
|
|
- Games
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/WinterLicht/PepperAndCarrotRunningGame/
|
|
IssueTracker: https://github.com/WinterLicht/PepperAndCarrotRunningGame/issues
|
|
|
|
Name: Pepper & Carrot Running Game
|
|
AutoName: pepper-and-carrot-running-game
|
|
Summary: Play this endless runner game
|
|
Description: |-
|
|
Endless runner game based on the beautiful characters
|
|
[https://www.peppercarrot.com/ Pepper and Carrot] by David Revoy.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/WinterLicht/PepperAndCarrotRunningGame/
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: f92b3e109fdf4bb660e8d122032f99ec562ede73
|
|
subdir: android
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
prebuild: sed -i -e '/sourceCompatibility/s/1.6/JavaVersion.VERSION_1_7/g' ../core/build.gradle
|
|
scandelete:
|
|
- android/libs
|
|
|
|
MaintainerNotes: |-
|
|
* Pullrequest for prebuild: https://github.com/WinterLicht/PepperAndCarrotRunningGame/pull/7
|
|
* Wait for upstream to enable in mainline: https://github.com/WinterLicht/PepperAndCarrotRunningGame/issues/8
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '1.0'
|
|
CurrentVersionCode: 1
|