6dc775b236
```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
972 B
YAML
43 lines
972 B
YAML
Categories:
|
|
- Internet
|
|
License: MIT
|
|
WebSite: https://pjuu.com/signin
|
|
SourceCode: https://github.com/pjuu/droidotter/
|
|
IssueTracker: https://github.com/pjuu/droidotter/issues
|
|
|
|
AutoName: Pjuu
|
|
Summary: Access the Pjuu social network
|
|
Description: Client for the social network [https://pjuu.com/ Pjuu].
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/pjuu/droidotter/
|
|
|
|
Builds:
|
|
- versionName: 0.3.1
|
|
versionCode: 5
|
|
commit: a5fb32f40e3841c66dfdc30c3ede94d375774da5
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
prebuild: sed -i -e 's/applicationId.*/applicationId "com.pjuu.otterdroid"/g'
|
|
build.gradle
|
|
|
|
- versionName: '0.4'
|
|
versionCode: 6
|
|
commit: 8f67905bdc98f54fc7c1b52de0f5f5da25ee6cf6
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 0.4.1
|
|
versionCode: 7
|
|
commit: b3fd454bbd8d67a3c344caceab1b91407bb2e862
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 0.4.1
|
|
CurrentVersionCode: 7
|