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 ```
26 lines
660 B
YAML
26 lines
660 B
YAML
Categories:
|
|
- Internet
|
|
License: WTFPL
|
|
SourceCode: https://github.com/fxthomas/sshbeam
|
|
IssueTracker: https://github.com/fxthomas/sshbeam/issues
|
|
|
|
AutoName: SSH Beam
|
|
Summary: Send files to a remote server via SFTP
|
|
Description: |-
|
|
Send files to a remote SSH/SFTP server via the share menu. It will work with
|
|
password and public key authentication methods.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/fxthomas/sshbeam
|
|
|
|
Builds:
|
|
- versionName: 0.3.7
|
|
versionCode: 14
|
|
disable: requires scala build tool
|
|
commit: 7e42064b66e1d5578aa4ca5a63f3c6fadbf184d0
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 0.3.7
|
|
CurrentVersionCode: 14
|