Merge branch 'feature/com.termoneplus' into 'master'
New app: Terminal Emulator Closes rfp#924 See merge request fdroid/fdroiddata!4950
This commit is contained in:
commit
a7ad7be75e
34
metadata/com.termoneplus.yml
Normal file
34
metadata/com.termoneplus.yml
Normal file
|
|
@ -0,0 +1,34 @@
|
||||||
|
Categories:
|
||||||
|
- System
|
||||||
|
License: Apache-2.0
|
||||||
|
SourceCode: https://gitlab.com/termapps/termoneplus
|
||||||
|
IssueTracker: https://gitlab.com/termapps/termoneplus/issues
|
||||||
|
|
||||||
|
AutoName: Terminal Emulator
|
||||||
|
Summary: Turn your device into a computer terminal
|
||||||
|
Description: |-
|
||||||
|
"TermOne Plus" is a terminal emulator for communicating with the built-in
|
||||||
|
Android shell. It emulates a reasonably large subset of Digital Equipment
|
||||||
|
Corporation VT-100 terminal codes. Supported terminal types include vt100,
|
||||||
|
screen (default), linux and xterm. As result console programs like "vi"
|
||||||
|
(unix visual editor), "emacs", "mc" (Midnight Commander file manager), nano
|
||||||
|
(Nano's ANOther editor) and other work smoothly.
|
||||||
|
|
||||||
|
This application is a clone of Jack Palevich's [[jackpal.androidterm]].
|
||||||
|
|
||||||
|
RepoType: git
|
||||||
|
Repo: https://gitlab.com/termapps/termoneplus
|
||||||
|
|
||||||
|
Builds:
|
||||||
|
- versionName: 3.0.0
|
||||||
|
versionCode: 300
|
||||||
|
commit: v3.0.0
|
||||||
|
subdir: term
|
||||||
|
gradle:
|
||||||
|
- yes
|
||||||
|
ndk: r17c
|
||||||
|
|
||||||
|
AutoUpdateMode: Version v%v
|
||||||
|
UpdateCheckMode: Tags
|
||||||
|
CurrentVersion: 3.0.0
|
||||||
|
CurrentVersionCode: 300
|
||||||
Loading…
Reference in a new issue