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 ```
35 lines
853 B
YAML
35 lines
853 B
YAML
Categories:
|
|
- Games
|
|
License: MIT
|
|
WebSite: https://meoblast001.github.io/thugaim
|
|
SourceCode: https://github.com/meoblast001/thugaim
|
|
IssueTracker: https://github.com/meoblast001/thugaim/issues
|
|
|
|
AutoName: Thugaim
|
|
Summary: A 2D space shooter game
|
|
Description: |-
|
|
Space pirates are disrupting your work. They're stealing your company's cargo.
|
|
You must destroy their stations that they use for their theft, but that won't
|
|
happen without a fight.
|
|
|
|
Thugaim is a 2D space shooter and is free and open source software.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/meoblast001/thugaim.git
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: v1.0
|
|
target: android-19
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: v1.1
|
|
target: android-19
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.1'
|
|
CurrentVersionCode: 2
|