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 ```
29 lines
861 B
YAML
29 lines
861 B
YAML
Categories:
|
|
- Phone & SMS
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/felixb/websms-connector-smspilot-ru
|
|
IssueTracker: https://github.com/felixb/websms-connector-smspilot-ru/issues
|
|
|
|
AutoName: 'WebSMS Connector: smspilot.ru'
|
|
Summary: WebSMS addon
|
|
Description: |-
|
|
WebSMSDroid let's you send SMS even if you have a WiFi only device via the web.
|
|
This build uses [http://smspilot.ru SMSPilot.ru] as backend.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/felixb/websms-connector-smspilot-ru.git
|
|
|
|
Builds:
|
|
- versionName: '1.4'
|
|
versionCode: 3140000
|
|
commit: WebSMS-Connector-smspilot.ru-1.4
|
|
srclibs:
|
|
- WebSMSAPI@b7f44fd0
|
|
prebuild: sed -i 's@\(android.library.reference.1=\).*@\1$$WebSMSAPI$$@' project.properties
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: '1.4'
|
|
CurrentVersionCode: 3140000
|