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 ```
23 lines
678 B
YAML
23 lines
678 B
YAML
Categories:
|
|
- Games
|
|
License: GPL-2.0-only
|
|
SourceCode: https://archive.softwareheritage.org/browse/origin/https://droid-atomix.googlecode.com/hg//directory/
|
|
|
|
AutoName: DroidAtomix
|
|
Summary: Puzzle game
|
|
Description: |-
|
|
This is a puzzle game to build molecules from individual atoms. Atoms can move
|
|
left, right, up or down, and will continue to slide until they hit any obstacle.
|
|
|
|
Builds:
|
|
- versionName: 1.0.1
|
|
versionCode: 2
|
|
commit: ea2086d1f9fe759866008f6fe5187fc1cc97bd1d
|
|
prebuild: sed -i -e "/key\.alias.*/d" -e "/key\.store.*/d" *.properties
|
|
target: android-4
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 1.0.1
|
|
CurrentVersionCode: 2
|