mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-08 07:06:52 +00:00
Merge branch 'feature/org.ddosolitary.okcagent' into 'master'
New app: OkcAgent Closes rfp#1113 See merge request fdroid/fdroiddata!7090
This commit is contained in:
commit
f90dad4854
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