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 ```
27 lines
710 B
YAML
27 lines
710 B
YAML
Categories:
|
|
- Phone & SMS
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/felixb/websms-connector-gmx
|
|
IssueTracker: https://github.com/felixb/websms-connector-gmx/issues
|
|
|
|
AutoName: 'WebSMS Connector: GMX'
|
|
Summary: Websms addon
|
|
Description: Send texts via [http://www.gmx.com GMX].
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/felixb/websms-connector-gmx.git
|
|
|
|
Builds:
|
|
- versionName: '2.0'
|
|
versionCode: 3200000
|
|
commit: WebSMS-Connector-GMX-2.0
|
|
srclibs:
|
|
- WebSMSAPI@b7f44fd0
|
|
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$WebSMSAPI$$@' project.properties
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: '2.0'
|
|
CurrentVersionCode: 3200000
|