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 ```
27 lines
584 B
YAML
27 lines
584 B
YAML
AntiFeatures:
|
|
- Ads
|
|
Categories:
|
|
- Phone & SMS
|
|
License: GPL-3.0-or-later
|
|
SourceCode: https://github.com/awaken/sanity
|
|
IssueTracker: https://github.com/awaken/sanity/issues
|
|
|
|
AutoName: Sanity
|
|
Summary: Phone Assistant
|
|
Description: |-
|
|
Feature-packed phone assistant, including audio recording, caller anouncement,
|
|
call blocking and much more.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/awaken/sanity.git
|
|
|
|
Builds:
|
|
- versionName: '2.11'
|
|
versionCode: 21100
|
|
commit: 04eefb2c48f7
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: '2.11'
|
|
CurrentVersionCode: 21100
|