mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-20 12:49:14 +00:00
New app: OkcAgent
This commit is contained in:
parent
b3f76df765
commit
1ba4236f28
1 changed files with 37 additions and 0 deletions
37
metadata/org.ddosolitary.okcagent.yml
Normal file
37
metadata/org.ddosolitary.okcagent.yml
Normal file
|
|
@ -0,0 +1,37 @@
|
|||
Categories:
|
||||
- System
|
||||
- Security
|
||||
License: MIT
|
||||
SourceCode: https://github.com/DDoSolitary/OkcAgent
|
||||
IssueTracker: https://github.com/DDoSolitary/OkcAgent/issues
|
||||
|
||||
AutoName: OkcAgent
|
||||
Summary: Make OpenKeychain available in your Termux shell
|
||||
Description: |-
|
||||
''OkcAgent'' acts as a bridge/proxy between Termux and OpenKeychain,
|
||||
enabling you to perform crypto operations in Termux using your keys stored
|
||||
in OpenKeychain, like:
|
||||
|
||||
* authenticate SSH connections
|
||||
* sign/verify/encrypt/decrypt messages
|
||||
|
||||
''OkcAgent'' implements the existing protocols in this field so you can
|
||||
seamlessly integrate it with other command line utilities like ssh and git.
|
||||
|
||||
RepoType: git
|
||||
Repo: https://github.com/DDoSolitary/OkcAgent
|
||||
|
||||
Builds:
|
||||
- versionName: 0.2.0
|
||||
versionCode: 3
|
||||
commit: v0.2.0
|
||||
subdir: app
|
||||
gradle:
|
||||
- yes
|
||||
rm:
|
||||
- gradle/wrapper/gradle-wrapper.properties
|
||||
|
||||
AutoUpdateMode: Version v%v
|
||||
UpdateCheckMode: Tags
|
||||
CurrentVersion: 0.2.0
|
||||
CurrentVersionCode: 3
|
||||
Loading…
Reference in a new issue