fdroiddata/metadata/com.funambol.androidsync.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

18 lines
547 B
YAML

Disabled: Replaced by com.funambol.funv10
Categories:
- System
License: AGPL-3.0-only
WebSite: https://onemediahub.com/
SourceCode: https://funambol.svn.sourceforge.net/viewvc/funambol/android-client/trunk/android-client
IssueTracker: https://sourceforge.net/projects/funambol/support
Summary: Personal cloud sync client
Description: |-
Funambol sync client.
Status: This has been replaced upstream with a different package
(com.funambol.funv10), which we are unable to build currently.
AutoUpdateMode: None
UpdateCheckMode: None