From 1ba4236f28c9c580caf816f30aec6c94b24a2c18 Mon Sep 17 00:00:00 2001 From: Pierre Rudloff Date: Sun, 12 Jul 2020 16:35:10 +0200 Subject: [PATCH] New app: OkcAgent --- metadata/org.ddosolitary.okcagent.yml | 37 +++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 metadata/org.ddosolitary.okcagent.yml diff --git a/metadata/org.ddosolitary.okcagent.yml b/metadata/org.ddosolitary.okcagent.yml new file mode 100644 index 0000000000..5a89e69f60 --- /dev/null +++ b/metadata/org.ddosolitary.okcagent.yml @@ -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