6c177c1fc3
!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 ```
27 lines
604 B
YAML
27 lines
604 B
YAML
Categories:
|
|
- Games
|
|
License: MIT
|
|
WebSite: http://fir.im/jigsaw
|
|
SourceCode: https://github.com/richardchien/jigsaw-android
|
|
IssueTracker: https://github.com/richardchien/jigsaw-android/issues
|
|
|
|
AutoName: J Puzzle
|
|
Summary: Play a jigsaw puzzle game
|
|
Description: Assemble puzzle pieces to an image.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/richardchien/jigsaw-android
|
|
|
|
Builds:
|
|
- versionName: 1.0.0
|
|
versionCode: 2
|
|
commit: f5bd7e164b65a4484575fad2bfb1519a0372b77c
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.0.0
|
|
CurrentVersionCode: 2
|