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 ```
49 lines
1.3 KiB
YAML
49 lines
1.3 KiB
YAML
Categories:
|
|
- Games
|
|
License: Apache-2.0
|
|
WebSite: http://www.onyxbits.de/drudgery
|
|
SourceCode: https://github.com/onyxbits/Drudgery
|
|
IssueTracker: https://github.com/onyxbits/Drudgery/issues
|
|
|
|
AutoName: Drudgery
|
|
Summary: Widget-based game
|
|
Description: |-
|
|
Drudge Quest is a simple memory game the objective of which is to to get through
|
|
the day while trying to avoid running into your boss as you move from room to
|
|
room along the 'Escher Hallway' of your company's office building.
|
|
|
|
The game is played via a homescreen or dashclock widget.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/onyxbits/Drudgery.git
|
|
|
|
Builds:
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: v1.1
|
|
srclibs:
|
|
- DashClock@ecb5a191880
|
|
extlibs:
|
|
- android/android-support-v4r13.jar
|
|
prebuild:
|
|
- rm custom_rules.xml
|
|
- echo 'source.dir=src;$$DashClock$$/api/src/main/java;$$DashClock$$/api/src/main/aidl'
|
|
>> project.properties
|
|
|
|
- versionName: '1.3'
|
|
versionCode: 4
|
|
commit: v1.3
|
|
srclibs:
|
|
- DashClock@ecb5a191880
|
|
extlibs:
|
|
- android/android-support-v4r13.jar
|
|
prebuild:
|
|
- rm custom_rules.xml
|
|
- echo 'source.dir=src;$$DashClock$$/api/src/main/java;$$DashClock$$/api/src/main/aidl'
|
|
>> project.properties
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.3'
|
|
CurrentVersionCode: 4
|