mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-04-14 19:46:54 +00:00
New app: EasySSHFS (ru.nsu.bobrofon.easysshfs)
This commit is contained in:
parent
a53ce79c57
commit
1bc11222eb
1 changed files with 35 additions and 0 deletions
35
metadata/ru.nsu.bobrofon.easysshfs.yml
Normal file
35
metadata/ru.nsu.bobrofon.easysshfs.yml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
Categories:
|
||||
- Internet
|
||||
- System
|
||||
License: MIT
|
||||
AuthorName: Sergey Bobrenok
|
||||
AuthorEmail: bobrofon@gmail.com
|
||||
SourceCode: https://github.com/bobrofon/easysshfs
|
||||
IssueTracker: https://github.com/bobrofon/easysshfs/issues
|
||||
Changelog: https://github.com/bobrofon/easysshfs/releases
|
||||
|
||||
AutoName: EasySSHFS
|
||||
|
||||
RequiresRoot: 'yes'
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/bobrofon/easysshfs
|
||||
|
||||
Builds:
|
||||
- versionName: 0.5.8
|
||||
versionCode: 79
|
||||
commit: 0.5.8
|
||||
subdir: app
|
||||
submodules: true
|
||||
sudo:
|
||||
- apt-get update || apt-get update
|
||||
- apt-get install -y openjdk-11-jdk-headless g++ wget cpio bc
|
||||
- update-alternatives --auto java
|
||||
gradle:
|
||||
- yes
|
||||
ndk: r21e
|
||||
|
||||
AutoUpdateMode: Version %v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.5.8
|
||||
CurrentVersionCode: 79
|
||||
Loading…
Reference in a new issue