fdroiddata/metadata/com.easwareapps.baria.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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
```
2019-08-19 13:13:47 +02:00

29 lines
867 B
YAML

Categories:
- System
License: GPL-3.0-only
WebSite: https://gitlab.com/easwareapps/BARIA
SourceCode: https://gitlab.com/easwareapps/BARIA/tree/HEAD
IssueTracker: https://gitlab.com/easwareapps/BARIA/issues
AutoName: BARIA
Summary: Backup And Restore Installed Apps
Description: |-
BARIA stands for "Backup And Restore Installed Apps." Are you a person trying
different ROMs on your mobile phone OR resetting phone for better performance ?
Don't you feel installing apps for the second time is a tedious process and you
simply waste your bandwidth downloading the apps again, then BARIA is for you.
RepoType: git
Repo: https://gitlab.com/easwareapps/BARIA.git
Builds:
- versionName: '1.0'
versionCode: 1
commit: 3e2778a19d6722fbd9c249c661a53c0128a68ee6
subdir: app
gradle:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags