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 ```
43 lines
967 B
YAML
43 lines
967 B
YAML
Categories:
|
|
- Navigation
|
|
License: AGPL-3.0-only
|
|
WebSite: http://www.lshift.net/blog/2010/09/26/android-postcode-app
|
|
SourceCode: https://github.com/palfrey/postcode
|
|
IssueTracker: https://github.com/palfrey/postcode/issues
|
|
|
|
AutoName: Postcode
|
|
Summary: Get your postcode (UK only)
|
|
Description: A simple way to retrieve the postcode for your current location.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/palfrey/postcode.git
|
|
|
|
Builds:
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: f2832
|
|
target: android-10
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: 8331c020b617471adc7b0fefb08c9c2e0022234e
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.2.1
|
|
versionCode: 4
|
|
commit: b4360605b33a2be5b29baad7898ac14e7b890504
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.2.2
|
|
versionCode: 5
|
|
commit: b0ea7c268416e28636114108637bfa9e8c1836b2
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.2.2
|
|
CurrentVersionCode: 5
|